diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-04-21 04:58:23 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-04-21 04:58:23 +0000 |
commit | 22591417f564a065d991bd4cdca4cf22c7b7977a (patch) | |
tree | 57535e587c263a77040956cea4c97cd41e2ac43f /test/CodeGen/X86/vec_extract.ll | |
parent | 714f038e5aae19292a600f3b8044af4a3efda0fc (diff) |
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_extract.ll')
-rw-r--r-- | test/CodeGen/X86/vec_extract.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vec_extract.ll b/test/CodeGen/X86/vec_extract.ll index 03d71b99d2..b30fdedcce 100644 --- a/test/CodeGen/X86/vec_extract.ll +++ b/test/CodeGen/X86/vec_extract.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movss | wc -l | grep 3 -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep unpckhps | wc -l | grep 1 +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movss | wc -l | grep 3 && +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep unpckhps | wc -l | grep 1 && ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pshufd | wc -l | grep 1 void %test1(<4 x float>* %F, float* %f) { |