diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-10-01 08:02:05 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-10-01 08:02:05 +0000 |
| commit | 3f4e4592c3da4d69478ca37d17cb1d6c7024ec50 (patch) | |
| tree | d1c6c6f5abbbef0e60d3be19ecf4e96cf739a4e8 /lib/Target/ARM/ARMConstantPoolValue.h | |
| parent | 5bb779976a7d8e48408051ec2289fe69206dc072 (diff) | |
Remove now dead methods and ivar from ARMConstantPoolValue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMConstantPoolValue.h')
| -rw-r--r-- | lib/Target/ARM/ARMConstantPoolValue.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h index acdd434d87..fea43790c0 100644 --- a/lib/Target/ARM/ARMConstantPoolValue.h +++ b/lib/Target/ARM/ARMConstantPoolValue.h @@ -49,7 +49,6 @@ namespace ARMCP { /// represent PC-relative displacement between the address of the load /// instruction and the constant being loaded, i.e. (&GV-(LPIC+8)). class ARMConstantPoolValue : public MachineConstantPoolValue { - const Constant *CVal; // Constant being loaded. const MachineBasicBlock *MBB; // MachineBasicBlock being loaded. const char *S; // ExtSymbol being loaded. unsigned LabelId; // Label id of the load. @@ -65,11 +64,6 @@ protected: bool AddCurrentAddress); public: - ARMConstantPoolValue(const Constant *cval, unsigned id, - ARMCP::ARMCPKind Kind = ARMCP::CPValue, - unsigned char PCAdj = 0, - ARMCP::ARMCPModifier Modifier = ARMCP::no_modifier, - bool AddCurrentAddress = false); ARMConstantPoolValue(LLVMContext &C, const MachineBasicBlock *mbb,unsigned id, ARMCP::ARMCPKind Kind = ARMCP::CPValue, unsigned char PCAdj = 0, @@ -79,13 +73,9 @@ public: unsigned char PCAdj = 0, ARMCP::ARMCPModifier Modifier = ARMCP::no_modifier, bool AddCurrentAddress = false); - ARMConstantPoolValue(const GlobalValue *GV, ARMCP::ARMCPModifier Modifier); - ARMConstantPoolValue(); ~ARMConstantPoolValue(); - const GlobalValue *getGV() const; const char *getSymbol() const { return S; } - const BlockAddress *getBlockAddress() const; const MachineBasicBlock *getMBB() const; ARMCP::ARMCPModifier getModifier() const { return Modifier; } |
