mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
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:
parent
cc81d15605
commit
84cb71bbc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user