diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-01-29 03:21:00 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-01-29 03:21:00 +0000 |
commit | 9806806f39986d13292baa75fe71021d41325a2d (patch) | |
tree | 86efeb4c5b8839f13a86cad9d5bc8361dae455ee /clang/test/CodeGen/mips64-padding-arg.c | |
parent | f2955aa3f20ab76162be2aa23512d8d175cbf34f (diff) | |
download | bcm5719-llvm-9806806f39986d13292baa75fe71021d41325a2d.tar.gz bcm5719-llvm-9806806f39986d13292baa75fe71021d41325a2d.zip |
Modify the tests for the (sorted) order that the attributes come out as now.
llvm-svn: 173762
Diffstat (limited to 'clang/test/CodeGen/mips64-padding-arg.c')
-rw-r--r-- | clang/test/CodeGen/mips64-padding-arg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mips64-padding-arg.c b/clang/test/CodeGen/mips64-padding-arg.c index 85dc00c9059..22b7fe7781e 100644 --- a/clang/test/CodeGen/mips64-padding-arg.c +++ b/clang/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* noalias sret %agg.result, i64, fp128 %a0) +// N64: define void @foo5(%struct.S0* sret noalias %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) |