Remove modifierType/Base from X86 disassembler tables as they are no longer used. Removes ~11.5K from static tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198284 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper
2014-01-01 21:52:57 +00:00
parent 924ac6dc0c
commit 5cfd40ccd4
4 changed files with 0 additions and 31 deletions

View File

@ -541,9 +541,6 @@ typedef enum {
* its operands.
*/
struct InstructionSpecifier {
uint8_t modifierType;
uint8_t modifierBase;
/* The macro below must be defined wherever this file is included. */
INSTRUCTION_SPECIFIER_FIELDS
};