mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
eliminate some dead friends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b4ee0c1bd
commit
f543f748c3
@ -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