aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMBaseRegisterInfo.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-11-20 15:59:32 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-11-20 15:59:32 +0000
commit82f58740c76b42af8370247b23677a0318f6dde8 (patch)
tree344788376da3e3154c50a9ef3211b12eafc1e289 /lib/Target/ARM/ARMBaseRegisterInfo.h
parent3ca136312abe3c41f3422e9de280b7be0dc65362 (diff)
downloadexternal_llvm-82f58740c76b42af8370247b23677a0318f6dde8.zip
external_llvm-82f58740c76b42af8370247b23677a0318f6dde8.tar.gz
external_llvm-82f58740c76b42af8370247b23677a0318f6dde8.tar.bz2
Move some more hooks to TargetFrameInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMBaseRegisterInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h
index ccbd882..718f484 100644
--- a/lib/Target/ARM/ARMBaseRegisterInfo.h
+++ b/lib/Target/ARM/ARMBaseRegisterInfo.h
@@ -161,11 +161,6 @@ public:
unsigned getRARegister() const;
unsigned getFrameRegister(const MachineFunction &MF) const;
unsigned getBaseRegister() const { return BasePtr; }
- int getFrameIndexReference(const MachineFunction &MF, int FI,
- unsigned &FrameReg) const;
- int ResolveFrameIndexReference(const MachineFunction &MF, int FI,
- unsigned &FrameReg, int SPAdj) const;
- int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
// Exception handling queries.
unsigned getEHExceptionRegister() const;