summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/function-attributes.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
commit85ab57ac5de11a891dcd44159c310a50ca54b80f (patch)
tree00dd7eb4ce7c2fd74e124cdcae532c5cde44a9c5 /clang/test/CodeGen/function-attributes.c
parent1c7cc8ae90b05234329671db09f52f71b3e7dfa9 (diff)
downloadbcm5719-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.c4
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){}
OpenPOWER on IntegriCloud