Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: lib/Target/Mips/MipsMCInstLower.h

Issue 27690005: [MIPS] Modify LongBranch expansion to work with sandboxing (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Update. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698