projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8eeb3
)
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading underscor...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 10 Jan 2013 23:02:48 +0000
(23:02 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 10 Jan 2013 23:02:48 +0000
(23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172139
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/ms-inline-asm.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/ms-inline-asm.ll
b/test/CodeGen/X86/ms-inline-asm.ll
index 9bca1acf656d403076534a4c6c865695fde2262c..68e332eed4f8e2f6e1d55849cc0fcd5547ed0cca 100644
(file)
--- 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