summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/stdcall.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/stdcall.ll')
-rw-r--r--test/CodeGen/X86/stdcall.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/stdcall.ll b/test/CodeGen/X86/stdcall.ll
index 34f90c5ee3..73826ed0b2 100644
--- a/test/CodeGen/X86/stdcall.ll
+++ b/test/CodeGen/X86/stdcall.ll
@@ -5,7 +5,7 @@
define internal x86_stdcallcc void @MyFunc() nounwind {
entry:
-; CHECK: "_MyFunc@0":
+; CHECK: MyFunc@0:
; CHECK: ret
ret void
}
@@ -20,5 +20,5 @@ entry:
@B = global %0 { void (...)* bitcast (void ()* @MyFunc to void (...)*) }, align 4
; CHECK: _B:
-; CHECK: .long "_MyFunc@0"
+; CHECK: .long _MyFunc@0