commit | 82f58740c76b42af8370247b23677a0318f6dde8 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sat Nov 20 15:59:32 2010 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sat Nov 20 15:59:32 2010 +0000 |
tree | 344788376da3e3154c50a9ef3211b12eafc1e289 | |
parent | 3ca136312abe3c41f3422e9de280b7be0dc65362 [diff] [blame] |
Move some more hooks to TargetFrameInfo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119904 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SystemZ/SystemZFrameInfo.h b/lib/Target/SystemZ/SystemZFrameInfo.h index a37a253..85782f8 100644 --- a/lib/Target/SystemZ/SystemZFrameInfo.h +++ b/lib/Target/SystemZ/SystemZFrameInfo.h
@@ -37,6 +37,7 @@ bool hasReservedCallFrame(const MachineFunction &MF) const { return true; } bool hasFP(const MachineFunction &MF) const; + int getFrameIndexOffset(const MachineFunction &MF, int FI) const; }; } // End llvm namespace