forked from OSchip/llvm-project
linux has a different stack alignment than the mac, relax this a bit.
llvm-svn: 114519
This commit is contained in:
parent
96371b446e
commit
505af598d0
llvm/test/CodeGen/X86
|
@ -26,7 +26,7 @@ entry:
|
||||||
|
|
||||||
; rdar://8453210
|
; rdar://8453210
|
||||||
; X32: test2:
|
; X32: test2:
|
||||||
; X32: movl 16(%esp), %eax
|
; X32: movl {{.*}}(%esp), %eax
|
||||||
; X32: call *%gs:(%eax)
|
; X32: call *%gs:(%eax)
|
||||||
|
|
||||||
; X64: test2:
|
; X64: test2:
|
||||||
|
|
Loading…
Reference in New Issue