Make the struct bigger, in an attempt to get a "struct return" on more

platforms.

llvm-svn: 37489
This commit is contained in:
Duncan Sands 2007-06-07 09:35:33 +00:00
parent 3f35c524b9
commit c3a9cd4c70
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: %llvmgcc %s -S -fnested-functions -o - | grep {sret *%agg.result}
struct X { int m, n; };
struct X { int m, n, o, p; };
struct X p(int n) {
struct X c(int m) {