blob: 33107f136fa0c97878b6a4b0ab72a26f2fa8ee63 [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: opt %s -adce -disable-output
Chris Lattner3913c062002-07-29 19:02:49 +00002
Tanya Lattner5640bd12008-03-01 09:15:35 +00003define void @test() {
4 br label %BB3
Chris Lattner3913c062002-07-29 19:02:49 +00005
Tanya Lattner5640bd12008-03-01 09:15:35 +00006BB3: ; preds = %BB3, %0
7 br label %BB3
8}
9