[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-12-07-SelectCrash.ll

Reid Spencer reid at x10sys.com
Mon Dec 18 18:03:19 PST 2006



Changes in directory llvm/test/Regression/CodeGen/PowerPC:

2006-12-07-SelectCrash.ll updated: 1.1 -> 1.2
---
Log message:

This test needs to be upgraded.


---
Diffs of the changes:  (+3 -3)

 2006-12-07-SelectCrash.ll |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/test/Regression/CodeGen/PowerPC/2006-12-07-SelectCrash.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/2006-12-07-SelectCrash.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/2006-12-07-SelectCrash.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/2006-12-07-SelectCrash.ll:1.1	Thu Dec  7 16:36:14 2006
+++ llvm/test/Regression/CodeGen/PowerPC/2006-12-07-SelectCrash.ll	Mon Dec 18 20:03:04 2006
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=ppc64 &&
-; RUN: llvm-as < %s | llc -march=ppc32 &&
-; RUN: llvm-as < %s | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc
 
 %qsz.b = external global bool		; <bool*> [#uses=1]
 






More information about the llvm-commits mailing list