There are some Mips instructions that are lowered by the
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.h
index c1fe697a20a568fdd7e0ac57c91d2e081fb44786..3eab5a452e33d16c6dbc8d8806ece80edb2ed836 100644 (file)
@@ -33,8 +33,6 @@ public:
   MipsMCInstLower(MipsAsmPrinter &asmprinter);
   void Initialize(Mangler *mang, MCContext *C);
   void Lower(const MachineInstr *MI, MCInst &OutMI) const;
-  void LowerLargeShift(const MachineInstr *MI, MCInst &Inst, int64_t Shift);
-  void LowerDextDins(const MachineInstr *MI, MCInst &Inst);
 
 private:
   MCOperand LowerSymbolOperand(const MachineOperand &MO,