diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-01-31 23:17:12 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-01-31 23:17:12 +0000 |
| commit | 85ab57ac5de11a891dcd44159c310a50ca54b80f (patch) | |
| tree | 00dd7eb4ce7c2fd74e124cdcae532c5cde44a9c5 /clang/test/CodeGen/function-attributes.c | |
| parent | 1c7cc8ae90b05234329671db09f52f71b3e7dfa9 (diff) | |
| download | bcm5719-llvm-85ab57ac5de11a891dcd44159c310a50ca54b80f.tar.gz bcm5719-llvm-85ab57ac5de11a891dcd44159c310a50ca54b80f.zip | |
Update the tests.
This update coincides with r174110. That change ordered the attributes
alphabetically.
llvm-svn: 174111
Diffstat (limited to 'clang/test/CodeGen/function-attributes.c')
| -rw-r--r-- | clang/test/CodeGen/function-attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/function-attributes.c b/clang/test/CodeGen/function-attributes.c index 886bd8d2fb5..ab3447641d5 100644 --- a/clang/test/CodeGen/function-attributes.c +++ b/clang/test/CodeGen/function-attributes.c @@ -25,8 +25,8 @@ void f6(signed short x) { } void f7(unsigned short x) { } // CHECK: define void @f8() -// CHECK: nounwind // CHECK: alwaysinline +// CHECK: nounwind // CHECK: { void __attribute__((always_inline)) f8(void) { } @@ -56,7 +56,7 @@ int f12(int arg) { return arg ? 0 : f10_t(); } -// CHECK: define void @f13() nounwind readnone +// CHECK: define void @f13() nounwind optsize readnone void f13(void) __attribute__((pure)) __attribute__((const)); void f13(void){} |

