[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll

Reid Spencer reid at x10sys.com
Sun Nov 28 00:15:43 PST 2004



Changes in directory llvm/test/Regression/Transforms/InstCombine:

2004-11-27-SetCCForCastLargerAndConstant.ll updated: 1.1 -> 1.2
---
Log message:

Correct the RUN line to remove unneeded parameters and make sure the test
case is testing the right thing.


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

Index: llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
diff -u llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.1 llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.2
--- llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.1	Sat Nov 27 22:29:29 2004
+++ llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll	Sun Nov 28 02:15:33 2004
@@ -9,7 +9,7 @@
 ; be eliminated. In many cases the setCC is also eliminated based on the
 ; constant value and the range of the casted value.
 ;
-; RUN: llvm-as %s -o - | opt -instcombine -o - | llvm-dis -o - | grep -v cast
+; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep cast
 
 implementation   ; Functions:
 






More information about the llvm-commits mailing list