summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ppc64-extend.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/ppc64-extend.c')
-rw-r--r--clang/test/CodeGen/ppc64-extend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ppc64-extend.c b/clang/test/CodeGen/ppc64-extend.c
index 52e5f136dd9..6b596b47d37 100644
--- a/clang/test/CodeGen/ppc64-extend.c
+++ b/clang/test/CodeGen/ppc64-extend.c
@@ -13,4 +13,4 @@ int f3(void) { return 0; }
unsigned int f4(void) { return 0; }
// CHECK: define zeroext i32 @f4() [[NUW]]
-// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
+// CHECK: attributes [[NUW]] = { noinline nounwind{{.*}} }
OpenPOWER on IntegriCloud