Simplify a bit
[oota-llvm.git] / lib / Target / ARM / ThumbRegisterInfo.h
index b1adc3185831d70708de8bbea0d63524eefd5731..82ca337a810162d70878418806fdaa7ce1c6f231 100644 (file)
@@ -32,7 +32,6 @@ public:
   void emitLoadConstPool(MachineBasicBlock &MBB,
                          MachineBasicBlock::iterator &MBBI,
                          unsigned DestReg, int Val,
-                         unsigned Pred, unsigned PredReg,
                          const TargetInstrInfo *TII,
                          DebugLoc dl) const;
 
@@ -55,10 +54,6 @@ public:
 
   void emitPrologue(MachineFunction &MF) const;
   void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
-
-  void emitSPUpdate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI,
-                    int NumBytes, ARMCC::CondCodes Pred, unsigned PredReg,
-                    const TargetInstrInfo &TII, DebugLoc dl) const;
 };
 }