summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZRegisterInfo.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/SystemZ/SystemZRegisterInfo.h
parent3ca136312abe3c41f3422e9de280b7be0dc65362 (diff)
downloadllvm-82f58740c76b42af8370247b23677a0318f6dde8.tar.gz
llvm-82f58740c76b42af8370247b23677a0318f6dde8.tar.bz2
llvm-82f58740c76b42af8370247b23677a0318f6dde8.tar.xz
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/SystemZ/SystemZRegisterInfo.h')
-rw-r--r--lib/Target/SystemZ/SystemZRegisterInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/SystemZ/SystemZRegisterInfo.h b/lib/Target/SystemZ/SystemZRegisterInfo.h
index b731a68481..7d8dcfcf17 100644
--- a/lib/Target/SystemZ/SystemZRegisterInfo.h
+++ b/lib/Target/SystemZ/SystemZRegisterInfo.h
@@ -34,8 +34,6 @@ struct SystemZRegisterInfo : public SystemZGenRegisterInfo {
BitVector getReservedRegs(const MachineFunction &MF) const;
- int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
-
void eliminateCallFramePseudoInstr(MachineFunction &MF,
MachineBasicBlock &MBB,
MachineBasicBlock::iterator I) const;