Chromium Code Reviews| 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; |
|
Mark Seaborn
2013/10/24 23:38:43
This isn't defined in this patch. Left over from
petarj
2013/11/21 18:23:42
Changed to correct function prototypes used in the
|
| + void LowerLongBranchADDiu(const MachineInstr *MI, MCInst &OutMI) const; |
| + // @LOCALMOD-END |
| MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const; |
| private: |