summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ext-vector-shuffle.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/ext-vector-shuffle.c')
-rw-r--r--clang/test/CodeGen/ext-vector-shuffle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/ext-vector-shuffle.c b/clang/test/CodeGen/ext-vector-shuffle.c
index 76555159640..88f8c242e88 100644
--- a/clang/test/CodeGen/ext-vector-shuffle.c
+++ b/clang/test/CodeGen/ext-vector-shuffle.c
@@ -1,5 +1,5 @@
-// RUN: clang-cc %s -x cl -emit-llvm -o - | not grep 'extractelement' &&
-// RUN: clang-cc %s -x cl -emit-llvm -o - | not grep 'insertelement' &&
+// RUN: clang-cc %s -x cl -emit-llvm -o - | not grep 'extractelement'
+// RUN: clang-cc %s -x cl -emit-llvm -o - | not grep 'insertelement'
// RUN: clang-cc %s -x cl -emit-llvm -o - | grep 'shufflevector'
typedef __attribute__(( ext_vector_type(2) )) float float2;
OpenPOWER on IntegriCloud