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

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

Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.


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

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


Index: llvm/test/Regression/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll:1.1 
llvm/test/Regression/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll:1.1  Thu Dec 
 7 16:15:20 2006
+++ llvm/test/Regression/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll      Fri Dec 
29 14:01:32 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 
 
 void %bitap() {
 entry:



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

Reply via email to