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:
parent
57a81e6804
commit
9b05ba1b41
@ -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