projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd120b
)
test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-align=8...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 25 May 2012 15:12:21 +0000
(15:12 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 25 May 2012 15:12:21 +0000
(15:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157471
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/bigstructret.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/bigstructret.ll
b/test/CodeGen/X86/bigstructret.ll
index eacbf325220a38cbde3c51b9199e9ee46bfbb30a..803b1a5079692873c286ce6194ed0fb3b7f55caf 100644
(file)
--- a/
test/CodeGen/X86/bigstructret.ll
+++ b/
test/CodeGen/X86/bigstructret.ll
@@
-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()