| Index: lib/Target/X86/X86InstrFormats.td
|
| diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td
|
| index fe4ead1905ceb145b31f8d961bc05010dc16de01..59393e20fff6e29818b5377eebd293106938343a 100644
|
| --- a/lib/Target/X86/X86InstrFormats.td
|
| +++ b/lib/Target/X86/X86InstrFormats.td
|
| @@ -51,6 +51,7 @@ def MRM_F5 : Format<74>; def MRM_F6 : Format<75>; def MRM_F7 : Format<76>;
|
| def MRM_F8 : Format<77>; def MRM_F9 : Format<78>; def MRM_FA : Format<79>;
|
| def MRM_FB : Format<80>; def MRM_FC : Format<81>; def MRM_FD : Format<82>;
|
| def MRM_FE : Format<83>; def MRM_FF : Format<84>;
|
| +def CustomFrm : Format<126>; // @LOCALMOD
|
|
|
| // ImmType - This specifies the immediate type used by an instruction. This is
|
| // part of the ad-hoc solution used to emit machine instruction encodings by our
|
|
|