forked from OSchip/llvm-project
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading underscore in symbol on linux.
llvm-svn: 172139
This commit is contained in:
parent
81f6babd58
commit
e46e8225f4
|
|
@ -71,8 +71,8 @@ define void @t19() nounwind {
|
||||||
entry:
|
entry:
|
||||||
call void asm sideeffect inteldialect "call $0", "r,~{dirflag},~{fpsr},~{flags}"(void ()* @t19_helper) nounwind
|
call void asm sideeffect inteldialect "call $0", "r,~{dirflag},~{fpsr},~{flags}"(void ()* @t19_helper) nounwind
|
||||||
ret void
|
ret void
|
||||||
; CHECK: t19
|
; CHECK: t19:
|
||||||
; CHECK: movl $_t19_helper, %eax
|
; CHECK: movl ${{_?}}t19_helper, %eax
|
||||||
; CHECK: {{## InlineAsm Start|#APP}}
|
; CHECK: {{## InlineAsm Start|#APP}}
|
||||||
; CHECK: .intel_syntax
|
; CHECK: .intel_syntax
|
||||||
; CHECK: call eax
|
; CHECK: call eax
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue