[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / test / Transforms / ADCE / 2003-09-15-InfLoopCrash.ll
blob458045a086ff4047f2261d2efa6fb1e9e6fa7a4f
1 ; RUN: opt < %s -adce -disable-output
2 ; RUN: opt < %s -adce -adce-remove-loops -disable-output
4 define i32 @main() {
5         br label %loop
7 loop:           ; preds = %loop, %0
8         br label %loop