diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-02-15 05:25:49 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-02-15 05:25:49 +0000 |
| commit | 48939ced20de617bf0cb7a91801eadd10f0fb2c7 (patch) | |
| tree | 42949b64f0046c6bcd3742fbd36b953dc955edcb /clang/test/CodeGen/stdcall-fastcall.c | |
| parent | 26b95756c1c640da31f1fb4837e4dce6990015e7 (diff) | |
| download | bcm5719-llvm-48939ced20de617bf0cb7a91801eadd10f0fb2c7.tar.gz bcm5719-llvm-48939ced20de617bf0cb7a91801eadd10f0fb2c7.zip | |
Update testcases due to Attribute sorting improvements.
llvm-svn: 175253
Diffstat (limited to 'clang/test/CodeGen/stdcall-fastcall.c')
| -rw-r--r-- | clang/test/CodeGen/stdcall-fastcall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/stdcall-fastcall.c b/clang/test/CodeGen/stdcall-fastcall.c index 89d7f5334a0..d5181788228 100644 --- a/clang/test/CodeGen/stdcall-fastcall.c +++ b/clang/test/CodeGen/stdcall-fastcall.c @@ -89,7 +89,7 @@ struct S2 { void __attribute__((fastcall)) foo5(struct S2 y); void bar5(struct S2 y) { // CHECK: define void @bar5 - // CHECK: call x86_fastcallcc void @foo5(%struct.S2* align 4 byval % + // CHECK: call x86_fastcallcc void @foo5(%struct.S2* byval align 4 % foo5(y); } @@ -117,7 +117,7 @@ void bar8(struct S1 a, int b) { void __attribute__((fastcall)) foo9(struct S2 a, int b); void bar9(struct S2 a, int b) { // CHECK: define void @bar9 - // CHECK: call x86_fastcallcc void @foo9(%struct.S2* align 4 byval %{{.*}}, i32 % + // CHECK: call x86_fastcallcc void @foo9(%struct.S2* byval align 4 %{{.*}}, i32 % foo9(a, b); } |

