Update enforceKnownAlignment after the isWeakForLinker semantic change
[oota-llvm.git] / test / Transforms / InstCombine / 2004-04-04-InstCombineReplaceAllUsesWith.ll
1 ; RUN: opt < %s -instcombine -disable-output
2
3 define i32 @test() {
4         ret i32 0
5
6 Loop:           ; preds = %Loop
7         %X = add i32 %X, 1              ; <i32> [#uses=1]
8         br label %Loop
9 }
10