Index: lib/Target/Mips/MipsMCInstLower.h |
diff --git a/lib/Target/Mips/MipsMCInstLower.h b/lib/Target/Mips/MipsMCInstLower.h |
index c4a6016105b2face98186ad1addfe42a3373facb..205d9db00f73a1b7a4dcf23afd272e7306c5e2ce 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 LowerLongBranchLUi(const MachineInstr *MI, MCInst &OutMI) const; |
+ void LowerLongBranchADDiu(const MachineInstr *MI, MCInst &OutMI) const; |
+ // @LOCALMOD-END |
MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const; |
private: |