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