Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / ADCE / 2003-09-15-InfLoopCrash.ll
1 ; RUN: opt %s -adce -disable-output
2
3 define i32 @main() {
4         br label %loop
5
6 loop:           ; preds = %loop, %0
7         br label %loop
8 }
9