Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / IndVarSimplify / 2012-10-19-congruent-constant.ll
index 5c478669d298695a5486e0e1dd534bd7c42f7034..5f6ff36cf574d97e11ee237a2cedbad542bfdd26 100644 (file)
@@ -19,7 +19,7 @@ for.body:                                         ; preds = %for.body, %entry
 for.end:                                          ; preds = %for.body
   ret void
 
-; CHECK: @test1
+; CHECK-LABEL: @test1(
 ; CHECK-NOT: phi i1
 ; CHECK: call void @aux(i1 false, i1 false)
 }