Move some more hooks to TargetFrameInfo
[oota-llvm.git] / lib / Target / X86 / X86FrameInfo.h
index 0b81d3bdfb93f249bd4f4da7ee49f8fc89c5b514..b6d32508d1a6460f887afa6305a86beb5bbded68 100644 (file)
@@ -44,6 +44,7 @@ public:
   bool hasReservedCallFrame(const MachineFunction &MF) const;
 
   void getInitialFrameState(std::vector<MachineMove> &Moves) const;
+  int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
 };
 
 } // End llvm namespace