Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / InstSimplify / phi.ll
index 05cd40d9021062afdc5e0850431af12ac6ef92b6..5b7aaa93caf1e9ef563430bbd840fc78656830f9 100644 (file)
@@ -2,7 +2,7 @@
 
 ; PR12189
 define i1 @test1(i32 %x) {
-; CHECK: @test1
+; CHECK-LABEL: @test1(
   br i1 true, label %a, label %b
 
 a: