summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/X86/vec_set-3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/vec_set-3.ll')
-rw-r--r--llvm/test/Regression/CodeGen/X86/vec_set-3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/vec_set-3.ll b/llvm/test/Regression/CodeGen/X86/vec_set-3.ll
index 6646a00b6b0..1458d37e00f 100644
--- a/llvm/test/Regression/CodeGen/X86/vec_set-3.ll
+++ b/llvm/test/Regression/CodeGen/X86/vec_set-3.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shufps | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shufps | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pshufd | wc -l | grep 1
<4 x float> %test(float %a) {
OpenPOWER on IntegriCloud