Don't define llvm::X86Disassembler::InstructionSpecifier in different ways in
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86DisassemblerDecoderCommon.h
index b8130a0f9c73a59b5c67823cf5ad60fe224244cc..d323fa2cc721636c36ff26d7afe60c6feb77f306 100644 (file)
@@ -538,15 +538,6 @@ enum ModifierType {
 
 #define X86_MAX_OPERANDS 5
 
-/*
- * The specification for how to extract and interpret a full instruction and
- * its operands.
- */
-struct InstructionSpecifier {
-  /* The macro below must be defined wherever this file is included. */
-  INSTRUCTION_SPECIFIER_FIELDS
-};
-
 /*
  * Decoding mode for the Intel disassembler.  16-bit, 32-bit, and 64-bit mode
  * are supported, and represent real mode, IA-32e, and IA-32e in 64-bit mode,