linux has a different stack alignment than the mac, relax this a bit.

llvm-svn: 114519
This commit is contained in:
Chris Lattner 2010-09-22 00:46:26 +00:00
parent 96371b446e
commit 505af598d0
1 changed files with 1 additions and 1 deletions
llvm/test/CodeGen/X86

View File

@ -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: