summaryrefslogtreecommitdiffstats
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
commit400c49c781017aaf1055f82fb3c6786075e8f9d2 (patch)
treeaceb22aeac0a5b6c6c2c2df8f529c69d8f40be9f
parent6436685110e5ce43743a34a1b1f6f4faa7923805 (diff)
downloadbcm5719-llvm-400c49c781017aaf1055f82fb3c6786075e8f9d2.tar.gz
bcm5719-llvm-400c49c781017aaf1055f82fb3c6786075e8f9d2.zip
Remove double pipes in RUN commandlines.
This fixes 5 testcases that were not being run properly before. llvm-svn: 52180
-rw-r--r--llvm/test/CodeGen/X86/2007-06-28-X86-64-isel.ll2
-rw-r--r--llvm/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll2
-rw-r--r--llvm/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll2
-rw-r--r--llvm/test/CodeGen/X86/vec_add.ll2
-rw-r--r--llvm/test/CodeGen/X86/vec_fneg.ll2
5 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/2007-06-28-X86-64-isel.ll b/llvm/test/CodeGen/X86/2007-06-28-X86-64-isel.ll
index 5c22f147619..af11f127cfb 100644
--- a/llvm/test/CodeGen/X86/2007-06-28-X86-64-isel.ll
+++ b/llvm/test/CodeGen/X86/2007-06-28-X86-64-isel.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | | llc -march=x86-64 -mattr=+sse2
+; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2
define void @test() {
%tmp1 = call <8 x i16> @llvm.x86.sse2.pmins.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 7, i32 7, i32 7, i32 7 > to <8 x i16>) )
diff --git a/llvm/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll b/llvm/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
index eaedb52ac53..bcd265aedda 100644
--- a/llvm/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
+++ b/llvm/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
define void @test() {
entry:
diff --git a/llvm/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll b/llvm/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
index 73ecf69ecdc..11fb8e3f2c8 100644
--- a/llvm/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
+++ b/llvm/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
define void @test(<4 x float>* %arg) {
%tmp89 = getelementptr <4 x float>* %arg, i64 3
diff --git a/llvm/test/CodeGen/X86/vec_add.ll b/llvm/test/CodeGen/X86/vec_add.ll
index b4154f63084..72415a3ab28 100644
--- a/llvm/test/CodeGen/X86/vec_add.ll
+++ b/llvm/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:
diff --git a/llvm/test/CodeGen/X86/vec_fneg.ll b/llvm/test/CodeGen/X86/vec_fneg.ll
index 0a057a4fd02..03765d681cc 100644
--- a/llvm/test/CodeGen/X86/vec_fneg.ll
+++ b/llvm/test/CodeGen/X86/vec_fneg.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
define <4 x float> @t1(<4 x float> %Q) {
%tmp15 = sub <4 x float> < float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00 >, %Q
OpenPOWER on IntegriCloud