diff options
Diffstat (limited to 'test/Transforms/SCCP/ipsccp-addr-taken.ll')
-rw-r--r-- | test/Transforms/SCCP/ipsccp-addr-taken.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/ipsccp-addr-taken.ll b/test/Transforms/SCCP/ipsccp-addr-taken.ll index b49da97..ca586a0 100644 --- a/test/Transforms/SCCP/ipsccp-addr-taken.ll +++ b/test/Transforms/SCCP/ipsccp-addr-taken.ll @@ -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 } |