blob: 84f9bad69d8d8513afd383a4eaf9605f34bb73b1 [file] [log] [blame]
; RUN: opt < %s -instcombine -disable-output
define i32 @test() {
ret i32 0
Loop: ; preds = %Loop
%X = add i32 %X, 1 ; <i32> [#uses=1]
br label %Loop
}