blob: 9c53d685503859001ba0aece8883b976f65ed71f [file] [log] [blame]
Chris Lattner3913c062002-07-29 19:02:49 +00001; RUN: as < %s | opt -adce
2
3void "test"()
4begin
5 br label %BB3
6
7BB3:
8 br label %BB3
9end