1; RUN: opt < %s -adce -disable-output 2 3define void @test() { 4 br label %BB3 5 6BB3: ; preds = %BB3, %0 7 br label %BB3 8} 9 10