Index: lib/Target/Mips/MipsMCInstLower.h |
diff --git a/lib/Target/Mips/MipsMCInstLower.h b/lib/Target/Mips/MipsMCInstLower.h |
index c4a6016105b2face98186ad1addfe42a3373facb..a01dd6560ab87c720365d15acf8467a9ac34063d 100644 |
--- a/lib/Target/Mips/MipsMCInstLower.h |
+++ b/lib/Target/Mips/MipsMCInstLower.h |
@@ -33,6 +33,10 @@ public: |
MipsMCInstLower(MipsAsmPrinter &asmprinter); |
void Initialize(Mangler *mang, MCContext *C); |
void Lower(const MachineInstr *MI, MCInst &OutMI) const; |
+ // @LOCALMOD-START |
+ void LowerNaClLongBranchLUi(const MachineInstr *MI, MCInst &OutMI) const; |
+ void LowerNaClLongBranchADDiu(const MachineInstr *MI, MCInst &OutMI) const; |
+ // @LOCALMOD-END |
MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const; |
private: |