Remove double pipes in RUN commandlines.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 15:11:36 +0000 (15:11 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 15:11:36 +0000 (15:11 +0000)
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

test/CodeGen/X86/2007-06-28-X86-64-isel.ll
test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
test/CodeGen/X86/vec_add.ll
test/CodeGen/X86/vec_fneg.ll

index 5c22f14761910985688b50e58061bb267ba9c44d..af11f127cfb5e164ac62541a95e8f7d6d3e1f0fa 100644 (file)
@@ -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>) )
index eaedb52ac535141f329f181398899dc6c4c504c8..bcd265aeddaa21fd133b0d053332c6b8130a6879 100644 (file)
@@ -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:
index 73ecf69ecdc95333c32286e83050eb66b65306d6..11fb8e3f2c84c0d45e2b68b3e7c026e5f35ba589 100644 (file)
@@ -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
index b4154f63084eb914fd620782de28c6bb86b92fb9..72415a3ab28bd937277fc96881dc1eb19123d71b 100644 (file)
@@ -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:
index 0a057a4fd02727a2489dd1499401ce25755124c2..03765d681cc323efdb75013eb194c24be2763f85 100644 (file)
@@ -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