mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
Make the struct bigger, to ensure it is returned
by struct return. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb60fb9c1f
commit
09eb6e7c25
@ -1,6 +1,6 @@
|
||||
// RUN: %llvmgcc %s -S -fnested-functions -o - | grep {sret *%agg.result}
|
||||
|
||||
struct X { int m, n, o, p; };
|
||||
struct X { long m, n, o, p; };
|
||||
|
||||
struct X p(int n) {
|
||||
struct X c(int m) {
|
||||
|
Loading…
Reference in New Issue
Block a user