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

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: 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..30b75349a38641261438d5a871fca0e7db6d0eee 100644
--- a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
+++ b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
@@ -90,7 +90,12 @@ namespace MipsII {
MO_GOT_HI16,
MO_GOT_LO16,
MO_CALL_HI16,
- MO_CALL_LO16
+ MO_CALL_LO16,
+
+ // LOCALMOD-START
Mark Seaborn 2013/10/17 19:00:11 Nit: The convention is "@LOCALMOD..." (same in oth
petarj 2013/10/22 23:10:27 Done.
+ /// MO_NACL_LONG_BRANCH - Represents target basic block of long branch.
+ MO_NACL_LONG_BRANCH
+ // LOCALMOD-END
};
enum {

Powered by Google App Engine
This is Rietveld 408576698