1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

eliminate some dead friends.

llvm-svn: 34447
This commit is contained in:
Chris Lattner 2007-02-20 07:18:01 +00:00
parent be8f4becf4
commit b6ddd260ec

View File

@ -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);