aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-20 07:18:01 +0000
committerChris Lattner <sabre@nondot.org>2007-02-20 07:18:01 +0000
commitf543f748c3080f3474e8ffc3baf17f26182cb16e (patch)
treea9b6b9ffe93b90fe8e3556bf5b14dd77e49627fc
parent9b4ee0c1bdbd46ea9b2bb5fd68edcb23ce0a4a8d (diff)
eliminate some dead friends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34447 91177308-0d34-0410-b5e6-96231b3b80d8
-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);