1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

remove obsolete method.

llvm-svn: 50622
This commit is contained in:
Chris Lattner 2008-05-04 18:14:55 +00:00
parent 57a81e6804
commit 9b05ba1b41

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