aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Constants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 53a5811a3f..1fb65e0c29 100644
--- a/include/llvm/Constants.h
+++ b/include/llvm/Constants.h
@@ -172,8 +172,6 @@ private:
///
class ConstantFP : public Constant {
double Val;
- friend struct ConstantCreator<ConstantFP, Type, uint64_t>;
- friend struct ConstantCreator<ConstantFP, Type, uint32_t>;
ConstantFP(const ConstantFP &); // DO NOT IMPLEMENT
protected:
ConstantFP(const Type *Ty, double V);