aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-04 18:14:55 +0000
committerChris Lattner <sabre@nondot.org>2008-05-04 18:14:55 +0000
commit84cb71bbc530033905fe52e455a03dcf7a82e3ae (patch)
tree4a76b8f16c5f7cf29bb54a23a5655bc7fa94cbd1 /include
parentcc81d156052745ca4d309f87f00a345be65a0f77 (diff)
downloadexternal_llvm-84cb71bbc530033905fe52e455a03dcf7a82e3ae.zip
external_llvm-84cb71bbc530033905fe52e455a03dcf7a82e3ae.tar.gz
external_llvm-84cb71bbc530033905fe52e455a03dcf7a82e3ae.tar.bz2
remove obsolete method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50622 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Constants.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 3289889..c69a381 100644
--- a/include/llvm/Constants.h
+++ b/include/llvm/Constants.h
@@ -233,9 +233,6 @@ protected:
public:
/// get() - Static factory methods - Return objects of the specified value
static ConstantFP *get(const APFloat &V);
- static ConstantFP *get(const Type *Ty, const APFloat &V) {
- return get(V);
- }
/// get() - This returns a constant fp for the specified value in the
/// specified type. This should only be used for simple constant values like