[llvm-commits] CVS: llvm/include/llvm/Constants.h
Reid Spencer
reid at x10sys.com
Mon Dec 18 00:19:05 PST 2006
Changes in directory llvm/include/llvm:
Constants.h updated: 1.108 -> 1.109
---
Log message:
Remove the two-argument (inferred cast) form of ConstantExpr::getCast now
that its last uses have been removed.
---
Diffs of the changes: (+0 -2)
Constants.h | 2 --
1 files changed, 2 deletions(-)
Index: llvm/include/llvm/Constants.h
diff -u llvm/include/llvm/Constants.h:1.108 llvm/include/llvm/Constants.h:1.109
--- llvm/include/llvm/Constants.h:1.108 Sun Dec 17 00:07:30 2006
+++ llvm/include/llvm/Constants.h Mon Dec 18 02:18:46 2006
@@ -572,8 +572,6 @@
const Type *Ty ///< The integer type to cast to
);
- static Constant *getCast(Constant *C, const Type *Ty);
-
/// @brief Return true if this is a convert constant expression
bool isCast() const;
More information about the llvm-commits
mailing list