diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsMCInstLower.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsMCInstLower.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/llvm/lib/Target/Mips/MipsMCInstLower.h b/llvm/lib/Target/Mips/MipsMCInstLower.h index 314420a1704..0abb996a687 100644 --- a/llvm/lib/Target/Mips/MipsMCInstLower.h +++ b/llvm/lib/Target/Mips/MipsMCInstLower.h @@ -33,6 +33,8 @@ 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); +  private:    MCOperand LowerSymbolOperand(const MachineOperand &MO,                                 MachineOperandType MOTy, unsigned Offset) const; | 

