Implement fastcc calling convention for MIPS.
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.h
index 53db3ada15a84d334c6a39bfbd2b8aa067cf7328..0f4944e42307ffd8ad1f47647e6e84df6fcb26ad 100644 (file)
@@ -33,10 +33,6 @@ public:
   MipsMCInstLower(MipsAsmPrinter &asmprinter);
   void Initialize(Mangler *mang, MCContext* C);
   void Lower(const MachineInstr *MI, MCInst &OutMI) const;
-  void LowerCPLOAD(SmallVector<MCInst, 4>& MCInsts);
-  void LowerCPRESTORE(int64_t Offset, SmallVector<MCInst, 4>& MCInsts);
-  void LowerUnalignedLoadStore(const MachineInstr *MI,
-                               SmallVector<MCInst, 4>& MCInsts);
   void LowerSETGP01(SmallVector<MCInst, 4>& MCInsts);
 private:
   MCOperand LowerSymbolOperand(const MachineOperand &MO,