summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
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
commite46e8225f4c1bf172fa1d89a72ffe02607d1efe7 (patch)
tree0392697fe18da8b657ca99d900227ba0c544d5c3 /llvm/test/CodeGen
parent81f6babd58dd285130e050c8b75d854fb2cfe341 (diff)
downloadbcm5719-llvm-e46e8225f4c1bf172fa1d89a72ffe02607d1efe7.tar.gz
bcm5719-llvm-e46e8225f4c1bf172fa1d89a72ffe02607d1efe7.zip
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading underscore in symbol on linux.
llvm-svn: 172139
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/ms-inline-asm.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/ms-inline-asm.ll b/llvm/test/CodeGen/X86/ms-inline-asm.ll
index 9bca1acf656..68e332eed4f 100644
--- a/llvm/test/CodeGen/X86/ms-inline-asm.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud