summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/inline-asm-immediate-ubsan.c
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2016-04-20 01:02:18 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2016-04-20 01:02:18 +0000
commitd9d3b21c3219716885f4ba2603f3c113cd323ff4 (patch)
tree4726498f7bb9107ae7fb2bff3b2041ec3e81345d /clang/test/CodeGen/inline-asm-immediate-ubsan.c
parent60b31453ac9cc8f8c1f484d6e16ae987b7059c0c (diff)
downloadbcm5719-llvm-d9d3b21c3219716885f4ba2603f3c113cd323ff4.tar.gz
bcm5719-llvm-d9d3b21c3219716885f4ba2603f3c113cd323ff4.zip
[Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
Summary: Removed unwanted --check-prefix=CHECK from the following unit tests: test/CXX/special/class.copy/implicit-move-def.cpp test/CodeGen/cleanup-destslot-simple.c test/CodeGen/inline-asm-immediate-ubsan.c test/CodeGen/mips-interrupt-attr.c test/CodeGenCXX/cfi-stats.cpp test/CodeGenCXX/copy-constructor-elim.cpp test/CodeGenCXX/microsoft-templ-uuidof.cpp test/CodeGenCXX/vtable-linkage.cpp test/CodeGenObjC/messages-2.m test/Driver/noinline.c test/Index/remap-load.c test/Index/retain-comments-from-system-headers.c test/OpenMP/task_if_codegen.cpp test/Preprocessor/comment_save_macro.c Patch by: Mandeep Singh Grang (mgrang) Reviewers: rafael, ABataev, rengolin Projects: #clang-c Differential Revision: http://reviews.llvm.org/D19232 llvm-svn: 266843
Diffstat (limited to 'clang/test/CodeGen/inline-asm-immediate-ubsan.c')
-rw-r--r--clang/test/CodeGen/inline-asm-immediate-ubsan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/inline-asm-immediate-ubsan.c b/clang/test/CodeGen/inline-asm-immediate-ubsan.c
index 77d5e4f557c..2b14e92fa9e 100644
--- a/clang/test/CodeGen/inline-asm-immediate-ubsan.c
+++ b/clang/test/CodeGen/inline-asm-immediate-ubsan.c
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s \
// RUN: -fsanitize=signed-integer-overflow \
-// RUN: | FileCheck %s --check-prefix=CHECK
+// RUN: | FileCheck %s
// Verify we emit constants for "immediate" inline assembly arguments.
// Emitting a scalar expression can make the immediate be generated as
OpenPOWER on IntegriCloud