[llvm-commits] CVS: llvm/test/Regression/Transforms/IPConstantProp/return-constant.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Nov 13 22:11:53 PST 2004
Changes in directory llvm/test/Regression/Transforms/IPConstantProp:
return-constant.ll updated: 1.1 -> 1.2
---
Log message:
Oops, make this test the right thing.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Regression/Transforms/IPConstantProp/return-constant.ll
diff -u llvm/test/Regression/Transforms/IPConstantProp/return-constant.ll:1.1 llvm/test/Regression/Transforms/IPConstantProp/return-constant.ll:1.2
--- llvm/test/Regression/Transforms/IPConstantProp/return-constant.ll:1.1 Sun Nov 14 00:02:46 2004
+++ llvm/test/Regression/Transforms/IPConstantProp/return-constant.ll Sun Nov 14 00:11:41 2004
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ipconstprop -instcombine | llvm-dis
+; RUN: llvm-as < %s | opt -ipconstprop -instcombine | llvm-dis | grep 'ret bool true'
implementation
internal int %foo(bool %C) {
More information about the llvm-commits
mailing list