[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 14 13:54:48 PST 2005



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

2004-05-09-LiveVarPartialRegister.llx updated: 1.1 -> 1.2
---
Log message:

execution tests shouldn't go here.  This was killing the PPC nightly tester.


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

 2004-05-09-LiveVarPartialRegister.llx |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx
diff -u llvm/test/Regression/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx:1.1 llvm/test/Regression/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx:1.2
--- llvm/test/Regression/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx:1.1	Mon May 10 00:11:24 2004
+++ llvm/test/Regression/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx	Mon Feb 14 15:54:32 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | lli
+; RUN: llvm-as < %s | llc
 
 %global_long_1 = linkonce global long 7
 %global_long_2 = linkonce global long 49






More information about the llvm-commits mailing list