remove obsolete method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50622 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-05-04 18:14:55 +00:00
parent cc81d15605
commit 84cb71bbc5

View File

@ -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