| 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 {
|
|
|