Chromium Code Reviews| 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 { |