blob: 0c0e2afde4468231f074871ac400cd6b0be92df7 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -adce
2
3void "test"()
4begin
5 br label %BB3
6
7BB3:
8 br label %BB3
9end