summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/function-attributes.c
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2015-11-12 10:56:51 +0000
committerJames Molloy <james.molloy@arm.com>2015-11-12 10:56:51 +0000
commit57207ce922305ae2cedafa7a605dc6f8b39fdcd5 (patch)
treed21312d8ea69a70ca0844f76366f8f3f31d7fcc9 /clang/test/CodeGen/function-attributes.c
parent7e9bdd5d010b0378e3479d434bd2a3a359ff226d (diff)
downloadbcm5719-llvm-57207ce922305ae2cedafa7a605dc6f8b39fdcd5.tar.gz
bcm5719-llvm-57207ce922305ae2cedafa7a605dc6f8b39fdcd5.zip
Update clang regression tests for 'norecurse'
FunctionAttrs has just been taught how to infer 'norecurse'. Update clang tests for LLVM r252871. llvm-svn: 252872
Diffstat (limited to 'clang/test/CodeGen/function-attributes.c')
-rw-r--r--clang/test/CodeGen/function-attributes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGen/function-attributes.c b/clang/test/CodeGen/function-attributes.c
index 177ad848f74..3590dffaefe 100644
--- a/clang/test/CodeGen/function-attributes.c
+++ b/clang/test/CodeGen/function-attributes.c
@@ -128,9 +128,9 @@ void f20(void) {
_setjmp(0);
}
-// CHECK: attributes [[NUW]] = { nounwind optsize readnone{{.*}} }
-// CHECK: attributes [[AI]] = { alwaysinline nounwind optsize readnone{{.*}} }
-// CHECK: attributes [[ALIGN]] = { nounwind optsize readnone alignstack=16{{.*}} }
+// CHECK: attributes [[NUW]] = { norecurse nounwind optsize readnone{{.*}} }
+// CHECK: attributes [[AI]] = { alwaysinline norecurse nounwind optsize readnone{{.*}} }
+// CHECK: attributes [[ALIGN]] = { norecurse nounwind optsize readnone alignstack=16{{.*}} }
// CHECK: attributes [[RT]] = { nounwind optsize returns_twice{{.*}} }
// CHECK: attributes [[NR]] = { noreturn nounwind optsize }
// CHECK: attributes [[NUW_RN]] = { nounwind optsize readnone }
OpenPOWER on IntegriCloud