Changes in directory llvm/test/CodeGen/Generic:

vector.ll updated: 1.13 -> 1.14
---
Log message:

Split target dependent test portions to target-specific directories.


---
Diffs of the changes:  (+0 -4)

 vector.ll |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/test/CodeGen/Generic/vector.ll
diff -u llvm/test/CodeGen/Generic/vector.ll:1.13 
llvm/test/CodeGen/Generic/vector.ll:1.14
--- llvm/test/CodeGen/Generic/vector.ll:1.13    Mon Apr 16 12:36:06 2007
+++ llvm/test/CodeGen/Generic/vector.ll Mon Apr 30 21:56:15 2007
@@ -1,10 +1,6 @@
 ; Test that vectors are scalarized/lowered correctly.
 ; RUN: llvm-upgrade < %s | llvm-as | llc
 ; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple a-b-c
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g3
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mcpu=i386
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mcpu=yonah
 
 %f1 = type <1 x float>
 %f2 = type <2 x float>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to