Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / SCCP / ipsccp-addr-taken.ll
index b49da97ab2c0838fb50622c7e048117406bd7279..ca586a009b33c9b1382a52bb9eb1d1694d9b2e73 100644 (file)
@@ -6,7 +6,7 @@ target triple = "x86_64-apple-darwin10.0.0"
 define internal i32 @foo() nounwind noinline ssp {
 entry:
   ret i32 0
-; CHECK: @foo
+; CHECK-LABEL: @foo(
 ; CHECK: entry:
 ; CHECK: ret i32 0
 }