projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f6bab
)
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)
llvm-svn: 172139
llvm/test/CodeGen/X86/ms-inline-asm.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/X86/ms-inline-asm.ll
b/llvm/test/CodeGen/X86/ms-inline-asm.ll
index
9bca1ac
..
68e332e
100644
(file)
--- 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