[llvm-commits] CVS: llvm/test/Regression/Transforms/LevelRaise/2002-11-04-ConstantSharing.ll
Reid Spencer
reid at x10sys.com
Mon Nov 13 08:13:52 PST 2006
Changes in directory llvm/test/Regression/Transforms/LevelRaise:
2002-11-04-ConstantSharing.ll updated: 1.2 -> 1.3
---
Log message:
For PR950: http://llvm.org/PR950 :
Use the notcast script in preparation for 12 casts.
---
Diffs of the changes: (+1 -1)
2002-11-04-ConstantSharing.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/Transforms/LevelRaise/2002-11-04-ConstantSharing.ll
diff -u llvm/test/Regression/Transforms/LevelRaise/2002-11-04-ConstantSharing.ll:1.2 llvm/test/Regression/Transforms/LevelRaise/2002-11-04-ConstantSharing.ll:1.3
--- llvm/test/Regression/Transforms/LevelRaise/2002-11-04-ConstantSharing.ll:1.2 Sat Nov 6 15:03:41 2004
+++ llvm/test/Regression/Transforms/LevelRaise/2002-11-04-ConstantSharing.ll Mon Nov 13 10:13:38 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < 2002-11-04-ConstantSharing.ll | opt -raise | llvm-dis | not grep cast
+; RUN: llvm-as < 2002-11-04-ConstantSharing.ll | opt -raise | llvm-dis | notcast
implementation
More information about the llvm-commits
mailing list