summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_set-3.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-04-21 04:58:23 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-04-21 04:58:23 +0000
commit22591417f564a065d991bd4cdca4cf22c7b7977a (patch)
tree57535e587c263a77040956cea4c97cd41e2ac43f /test/CodeGen/X86/vec_set-3.ll
parent714f038e5aae19292a600f3b8044af4a3efda0fc (diff)
downloadllvm-22591417f564a065d991bd4cdca4cf22c7b7977a.tar.gz
llvm-22591417f564a065d991bd4cdca4cf22c7b7977a.tar.bz2
llvm-22591417f564a065d991bd4cdca4cf22c7b7977a.tar.xz
Add && to each RUN: line (except the last one).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_set-3.ll')
-rw-r--r--test/CodeGen/X86/vec_set-3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_set-3.ll b/test/CodeGen/X86/vec_set-3.ll
index 6646a00b6b..1458d37e00 100644
--- a/test/CodeGen/X86/vec_set-3.ll
+++ b/test/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) {