[IndVarSimplify] Partially revert r217953 to see if this fixes the bots.
[oota-llvm.git] / test / Transforms / ScalarRepl / basictest.ll
index 9676873c30c041f5d53edf7b21be0b2ae3d9fb1b..af3c237d4914c4eb6dcefd423d4dac468fc22f00 100644 (file)
@@ -7,7 +7,7 @@ define i32 @test1() {
        store i32 0, i32* %Y
        %Z = load i32* %Y               ; <i32> [#uses=1]
        ret i32 %Z
-; CHECK: @test1
+; CHECK-LABEL: @test1(
 ; CHECK-NOT: alloca
 ; CHECK: ret i32 0
 }
@@ -23,7 +23,7 @@ define i64 @test2(i64 %X) {
 L2:
        %Z = load i64* %B               ; <i32> [#uses=1]
        ret i64 %Z
-; CHECK: @test2
+; CHECK-LABEL: @test2(
 ; CHECK-NOT: alloca
 ; CHECK: ret i64 %X
 }