diff options
Diffstat (limited to 'test/CodeGen/le32-arguments.c')
-rw-r--r-- | test/CodeGen/le32-arguments.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/le32-arguments.c b/test/CodeGen/le32-arguments.c index 2e2ac9c66f..2cbbc0fbea 100644 --- a/test/CodeGen/le32-arguments.c +++ b/test/CodeGen/le32-arguments.c @@ -17,7 +17,7 @@ typedef struct { int cc; } s2; // Structs should be returned sret and not simplified by the frontend -// CHECK: define void @f2(%struct.s2* sret noalias %agg.result) +// CHECK: define void @f2(%struct.s2* noalias sret %agg.result) s2 f2() { s2 foo; return foo; |