diff options
author | Justin Lebar <jlebar@google.com> | 2016-02-10 00:38:15 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-02-10 00:38:15 +0000 |
commit | ae06ca0c7e6b187f14059032109d9d9eaef8e6f3 (patch) | |
tree | 8f28505fa7403f56d005ac2dc0d1ffc0ead08c00 /clang/test/CodeGenCXX/optnone-and-attributes.cpp | |
parent | a61946d5516578fea278709ee72b54c33e3ed358 (diff) | |
download | bcm5719-llvm-ae06ca0c7e6b187f14059032109d9d9eaef8e6f3.tar.gz bcm5719-llvm-ae06ca0c7e6b187f14059032109d9d9eaef8e6f3.zip |
Get rid of CHECK-SAME-NOT in tests.
Summary: This isn't a FileCheck directive; it does nothing.
Reviewers: jroelofs
Subscribers: cfe-commits, majnemer
Differential Revision: http://reviews.llvm.org/D17051
llvm-svn: 260334
Diffstat (limited to 'clang/test/CodeGenCXX/optnone-and-attributes.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/optnone-and-attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/optnone-and-attributes.cpp b/clang/test/CodeGenCXX/optnone-and-attributes.cpp index 56173b5a360..870d5e9496f 100644 --- a/clang/test/CodeGenCXX/optnone-and-attributes.cpp +++ b/clang/test/CodeGenCXX/optnone-and-attributes.cpp @@ -79,4 +79,4 @@ int exported_optnone_func(int a) { // CHECK: attributes [[NORETURN]] = { noinline noreturn {{.*}} optnone // CHECK: attributes [[DLLIMPORT]] = -// CHECK-SAME-NOT: optnone +// CHECK-NOT: optnone |