aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-18 08:18:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-18 08:18:46 +0000
commitd97321ceb313f06fd9a824cf26b9dc5b80b3eb9d (patch)
treec02f8e64480eae468206a13f5a7b5d88381b172f /include
parentdc26a9b84005936b47d8e5901919a789b8ae9139 (diff)
downloadexternal_llvm-d97321ceb313f06fd9a824cf26b9dc5b80b3eb9d.zip
external_llvm-d97321ceb313f06fd9a824cf26b9dc5b80b3eb9d.tar.gz
external_llvm-d97321ceb313f06fd9a824cf26b9dc5b80b3eb9d.tar.bz2
Remove the two-argument (inferred cast) form of ConstantExpr::getCast now
that its last uses have been removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Constants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 1940e5b..36d8299 100644
--- a/include/llvm/Constants.h
+++ b/include/llvm/Constants.h
@@ -572,8 +572,6 @@ public:
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;