diff options
Diffstat (limited to 'clang/test/CodeGenCXX/optnone-def-decl.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/optnone-def-decl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/optnone-def-decl.cpp b/clang/test/CodeGenCXX/optnone-def-decl.cpp index cb3a6779364..0240189c508 100644 --- a/clang/test/CodeGenCXX/optnone-def-decl.cpp +++ b/clang/test/CodeGenCXX/optnone-def-decl.cpp @@ -91,5 +91,5 @@ int user_of_forceinline_optnone_function() { // CHECK: attributes [[OPTNONE]] = { noinline nounwind optnone {{.*}} } // CHECK: attributes [[NORMAL]] = -// CHECK-SAME-NOT: noinline -// CHECK-SAME-NOT: optnone +// CHECK-NOT: noinline +// CHECK-NOT: optnone |