blob: 1c8e6e8adf0507cc3983399cdd89a3f34f9e8cc6 [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -adce -disable-output
Chris Lattner6ea2a072002-07-29 19:02:49 +00002
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00003define void @test() {
4 br label %BB3
Chris Lattner6ea2a072002-07-29 19:02:49 +00005
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00006BB3: ; preds = %BB3, %0
7 br label %BB3
8}
9