diff options
| author | James Molloy <james.molloy@arm.com> | 2015-11-12 10:56:51 +0000 |
|---|---|---|
| committer | James Molloy <james.molloy@arm.com> | 2015-11-12 10:56:51 +0000 |
| commit | 57207ce922305ae2cedafa7a605dc6f8b39fdcd5 (patch) | |
| tree | d21312d8ea69a70ca0844f76366f8f3f31d7fcc9 /clang/test/CodeGen/attr-minsize.cpp | |
| parent | 7e9bdd5d010b0378e3479d434bd2a3a359ff226d (diff) | |
| download | bcm5719-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/attr-minsize.cpp')
| -rw-r--r-- | clang/test/CodeGen/attr-minsize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/attr-minsize.cpp b/clang/test/CodeGen/attr-minsize.cpp index 0f07725fe8d..65e18532b66 100644 --- a/clang/test/CodeGen/attr-minsize.cpp +++ b/clang/test/CodeGen/attr-minsize.cpp @@ -76,4 +76,4 @@ void test5<float>(float arg); // Oz: attributes [[MINSIZE]] = { minsize{{.*}} } -// OTHER: attributes [[MS]] = { minsize nounwind{{.*}} } +// OTHER: attributes [[MS]] = { minsize {{(norecurse )?}}nounwind{{.*}} } |

