mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
eliminate some dead friends.
llvm-svn: 34447
This commit is contained in:
parent
be8f4becf4
commit
b6ddd260ec
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user