mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Make the struct bigger, in an attempt to get a "struct return" on more
platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37489 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
140a2605af
commit
c5f7bcbae9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user