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