First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of...
[oota-llvm.git] / lib / Target / ARM / Thumb1RegisterInfo.h
index c578054a5d71f63aa26513e2891325e3fbf1d5ef..45a7926f3e6efa8a9189870e417e47f247e56212 100644 (file)
@@ -59,9 +59,6 @@ public:
                              unsigned Reg) const;
   void eliminateFrameIndex(MachineBasicBlock::iterator II,
                            int SPAdj, RegScavenger *RS = NULL) const;
-
-  void emitPrologue(MachineFunction &MF) const;
-  void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
 };
 }