aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_shuffle-4.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_shuffle-4.ll
parent714f038e5aae19292a600f3b8044af4a3efda0fc (diff)
downloadexternal_llvm-22591417f564a065d991bd4cdca4cf22c7b7977a.zip
external_llvm-22591417f564a065d991bd4cdca4cf22c7b7977a.tar.gz
external_llvm-22591417f564a065d991bd4cdca4cf22c7b7977a.tar.bz2
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_shuffle-4.ll')
-rw-r--r--test/CodeGen/X86/vec_shuffle-4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-4.ll b/test/CodeGen/X86/vec_shuffle-4.ll
index 3e73deb..b400d6e 100644
--- a/test/CodeGen/X86/vec_shuffle-4.ll
+++ b/test/CodeGen/X86/vec_shuffle-4.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 &&
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shuf | wc -l | grep 3
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shuf | wc -l | grep 3 &&
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep unpck
void %test(<4 x float>* %res, <4 x float>* %A, <4 x float>* %B, <4 x float>* %C) {
%tmp3 = load <4 x float>* %B