[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Transforms / InstCombine / 2004-04-04-InstCombineReplaceAllUsesWith.ll
blob84f9bad69d8d8513afd383a4eaf9605f34bb73b1
1 ; RUN: opt < %s -instcombine -disable-output
3 define i32 @test() {
4         ret i32 0
6 Loop:           ; preds = %Loop
7         %X = add i32 %X, 1              ; <i32> [#uses=1]
8         br label %Loop