blob: 4eae83eaa1ee9ba5d60b8bfc4dbe6a87e70a6249 [file] [log] [blame]
Chris Lattner3c2c81d2003-10-23 15:51:55 +00001; RUN: llvm-as < %s | opt -adce
Chris Lattner3913c062002-07-29 19:02:49 +00002
3void "test"()
4begin
5 br label %BB3
6
7BB3:
8 br label %BB3
9end