blob: 1c65b3b54434d09ab01f8aefb54c66838a04e99e [file] [log] [blame]
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00001; RUN: llvm-as < %s | opt -adce
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00003define void @test() {
4 br label %BB3
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00006BB3: ; preds = %BB3, %0
7 br label %BB3
8}
9