From 57207ce922305ae2cedafa7a605dc6f8b39fdcd5 Mon Sep 17 00:00:00 2001 From: James Molloy Date: Thu, 12 Nov 2015 10:56:51 +0000 Subject: Update clang regression tests for 'norecurse' FunctionAttrs has just been taught how to infer 'norecurse'. Update clang tests for LLVM r252871. llvm-svn: 252872 --- clang/test/CodeGen/attr-minsize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/attr-minsize.cpp') 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 arg); // Oz: attributes [[MINSIZE]] = { minsize{{.*}} } -// OTHER: attributes [[MS]] = { minsize nounwind{{.*}} } +// OTHER: attributes [[MS]] = { minsize {{(norecurse )?}}nounwind{{.*}} } -- cgit v1.2.3