mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
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:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user