[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 30 00:22:26 PDT 2005



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

ConstantExprLowering.llx updated: 1.2 -> 1.3
---
Log message:

The pass was removed, but the spirit lives on


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

 ConstantExprLowering.llx |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx
diff -u llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx:1.2 llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx:1.3
--- llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx:1.2	Fri Jan  7 15:37:13 2005
+++ llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx	Sun Oct 30 01:22:15 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -lowerconstantexprs -disable-output
+; RUN: llvm-as < %s | llc
 
 %.str_1 = internal constant [16 x sbyte] c"%d %d %d %d %d\0A\00"
 






More information about the llvm-commits mailing list