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

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: Changes per code review. Created 7 years, 1 month 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..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:

Powered by Google App Engine
This is Rietveld 408576698