mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin x86 targets. '##InlineAsm' could not be seen in other hosts.
llvm-svn: 163554
This commit is contained in:
parent
1b83624c78
commit
c2e5cf8e3f
@ -5,10 +5,10 @@ entry:
|
||||
%0 = tail call i32 asm sideeffect inteldialect "mov eax, $1\0Amov $0, eax", "=r,r,~{eax},~{dirflag},~{fpsr},~{flags}"(i32 1) nounwind
|
||||
ret i32 %0
|
||||
; CHECK: t1
|
||||
; CHECK: ## InlineAsm Start
|
||||
; CHECK: {{## InlineAsm Start|#APP}}
|
||||
; CHECK: .intel_syntax
|
||||
; CHECK: mov eax, ecx
|
||||
; CHECK: mov ecx, eax
|
||||
; CHECK: .att_syntax
|
||||
; CHECK: ## InlineAsm End
|
||||
; CHECK: {{## InlineAsm End|#NO_APP}}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user