summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/pragma-weak.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/pragma-weak.c')
-rw-r--r--clang/test/CodeGen/pragma-weak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pragma-weak.c b/clang/test/CodeGen/pragma-weak.c
index 36abca5de32..d1f7ab6c3eb 100644
--- a/clang/test/CodeGen/pragma-weak.c
+++ b/clang/test/CodeGen/pragma-weak.c
@@ -189,4 +189,4 @@ void zzz(void){}
int correct_linkage;
// CHECK: attributes [[NI]] = { noinline nounwind{{.*}} }
-// CHECK: attributes [[RN]] = { noinline nounwind readnone{{.*}} }
+// CHECK: attributes [[RN]] = { noinline nounwind optnone readnone{{.*}} }
OpenPOWER on IntegriCloud