diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-04 18:14:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-04 18:14:55 +0000 |
commit | 84cb71bbc530033905fe52e455a03dcf7a82e3ae (patch) | |
tree | 4a76b8f16c5f7cf29bb54a23a5655bc7fa94cbd1 /include/llvm/Constants.h | |
parent | cc81d156052745ca4d309f87f00a345be65a0f77 (diff) | |
download | external_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/llvm/Constants.h')
-rw-r--r-- | include/llvm/Constants.h | 3 |
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 |