aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Constants.h')
-rw-r--r--include/llvm/Constants.h3
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