summaryrefslogtreecommitdiff
path: root/test/CodeGen/mips64-padding-arg.c
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-01-31 23:17:12 +0000
committerBill Wendling <isanbard@gmail.com>2013-01-31 23:17:12 +0000
commit5e31474b9c8348e8d0404264ae6a8775e34df6ac (patch)
tree2f4f140ff876b8e400e1de7ff98facbf909baa2b /test/CodeGen/mips64-padding-arg.c
parentf843a580c4a54ca147f22422ee8ccfd2347784fc (diff)
downloadclang-5e31474b9c8348e8d0404264ae6a8775e34df6ac.tar.gz
Update the tests.
This update coincides with r174110. That change ordered the attributes alphabetically. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/mips64-padding-arg.c')
-rw-r--r--test/CodeGen/mips64-padding-arg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/mips64-padding-arg.c b/test/CodeGen/mips64-padding-arg.c
index 22b7fe7781..85dc00c905 100644
--- a/test/CodeGen/mips64-padding-arg.c
+++ b/test/CodeGen/mips64-padding-arg.c
@@ -32,7 +32,7 @@ void foo3(int a0, long double a1) {
// Insert padding after hidden argument.
//
-// N64: define void @foo5(%struct.S0* sret noalias %agg.result, i64, fp128 %a0)
+// N64: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
// N64: call void @foo6(%struct.S0* sret %agg.result, i32 1, i32 2, i64 undef, fp128 %a0)
// N64: declare void @foo6(%struct.S0* sret, i32, i32, i64, fp128)