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

Unified Diff: lib/Target/Mips/MCTargetDesc/MipsBaseInfo.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/MCTargetDesc/MipsBaseInfo.h
diff --git a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
index 7a55efd5c33097846d85807eabaa30b20bfbf3f7..712999f5082faf729224dec5d0610a5e94343de6 100644
--- a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
+++ b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
@@ -90,7 +90,14 @@ namespace MipsII {
MO_GOT_HI16,
MO_GOT_LO16,
MO_CALL_HI16,
- MO_CALL_LO16
+ MO_CALL_LO16,
+
+ // @LOCALMOD-START
+ /// MO_NACL_LONG_BRANCH_HI16/LO16 - Represents high/low parts of the
+ /// long branch target basic block offset.
+ MO_NACL_LONG_BRANCH_HI16,
+ MO_NACL_LONG_BRANCH_LO16
+ // @LOCALMOD-END
};
enum {

Powered by Google App Engine
This is Rietveld 408576698