summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_add.ll
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 15:11:36 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 15:11:36 +0000
commit7f88d9c62b9942d01185ef434010e4e6e92b4d33 (patch)
treeb588a5988d5ca1a15bc315911721c254ff096208 /test/CodeGen/X86/vec_add.ll
parentda8bdfa92b56c87d4ceef5f5a2ecd5654f877e2f (diff)
downloadllvm-7f88d9c62b9942d01185ef434010e4e6e92b4d33.tar.gz
llvm-7f88d9c62b9942d01185ef434010e4e6e92b4d33.tar.bz2
llvm-7f88d9c62b9942d01185ef434010e4e6e92b4d33.tar.xz
Remove double pipes in RUN commandlines.
This fixes 5 testcases that were not being run properly before. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_add.ll')
-rw-r--r--test/CodeGen/X86/vec_add.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_add.ll b/test/CodeGen/X86/vec_add.ll
index b4154f6308..72415a3ab2 100644
--- a/test/CodeGen/X86/vec_add.ll
+++ b/test/CodeGen/X86/vec_add.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
define <2 x i64> @test(<2 x i64> %a, <2 x i64> %b) {
entry: