There are some Mips instructions that are lowered by the
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.h
index 23210d51b7ca1710e3cbeebbf8285e8a288a85bd..3eab5a452e33d16c6dbc8d8806ece80edb2ed836 100644 (file)
@@ -31,11 +31,9 @@ class LLVM_LIBRARY_VISIBILITY MipsMCInstLower {
   MipsAsmPrinter &AsmPrinter;
 public:
   MipsMCInstLower(MipsAsmPrinter &asmprinter);
-  void Initialize(Mangler *mang, MCContextC);
+  void Initialize(Mangler *mang, MCContext *C);
   void Lower(const MachineInstr *MI, MCInst &OutMI) const;
-  void LowerUnalignedLoadStore(const MachineInstr *MI,
-                               SmallVector<MCInst, 4>& MCInsts);
-  void LowerSETGP01(SmallVector<MCInst, 4>& MCInsts);
+
 private:
   MCOperand LowerSymbolOperand(const MachineOperand &MO,
                                MachineOperandType MOTy, unsigned Offset) const;