test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-align=8, eg. win32 and netbsd.

llvm-svn: 157471
This commit is contained in:
NAKAMURA Takumi 2012-05-25 15:12:21 +00:00
parent 0cf10ac9ab
commit 501dbd06ae
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@ entry:
}
; CHECK: CallBigStruct2
; CHECK: leal 16(%esp), {{.*}}
; CHECK: leal {{16|8}}(%esp), {{.*}}
; CHECK: call{{.*}}ReturnBigStruct2
; CHECK: subl $4, %esp
; CHECK: movl 20(%esp), %eax
; CHECK: movl {{20|12}}(%esp), %eax
define fastcc i32 @CallBigStruct2() nounwind readnone {
entry:
%0 = call %1 @ReturnBigStruct2()