summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ms-inline-asm.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-10 23:02:48 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-10 23:02:48 +0000
commit0e4776ce61092e34ac2340c60534cbed29aba87b (patch)
tree9dcc20f4f421d2fea4ff8f48900530fd5ef1b31b /test/CodeGen/X86/ms-inline-asm.ll
parent1b8eeb327e78f04b1c57b537a3a9534c91a9355b (diff)
downloadllvm-0e4776ce61092e34ac2340c60534cbed29aba87b.tar.gz
llvm-0e4776ce61092e34ac2340c60534cbed29aba87b.tar.bz2
llvm-0e4776ce61092e34ac2340c60534cbed29aba87b.tar.xz
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading underscore in symbol on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172139 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/ms-inline-asm.ll')
-rw-r--r--test/CodeGen/X86/ms-inline-asm.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/ms-inline-asm.ll b/test/CodeGen/X86/ms-inline-asm.ll
index 9bca1acf65..68e332eed4 100644
--- a/test/CodeGen/X86/ms-inline-asm.ll
+++ b/test/CodeGen/X86/ms-inline-asm.ll
@@ -71,8 +71,8 @@ define void @t19() nounwind {
entry:
call void asm sideeffect inteldialect "call $0", "r,~{dirflag},~{fpsr},~{flags}"(void ()* @t19_helper) nounwind
ret void
-; CHECK: t19
-; CHECK: movl $_t19_helper, %eax
+; CHECK: t19:
+; CHECK: movl ${{_?}}t19_helper, %eax
; CHECK: {{## InlineAsm Start|#APP}}
; CHECK: .intel_syntax
; CHECK: call eax