Skip to content
Snippets Groups Projects
Commit bb8bdc04 authored by Chris Lattner's avatar Chris Lattner
Browse files

Start using tablegen'd instruction enum list

llvm-svn: 7542
parent 637eebbf
No related branches found
No related tags found
No related merge requests found
......@@ -47,15 +47,8 @@ Pass *createEmitX86CodeToMemory();
//
#include "X86GenRegisterNames.inc"
/// X86 namespace - This namespace contains all of the register and opcode enums
/// used by the X86 backend.
///
namespace X86 {
// This defines a large number of symbolic names for X86 instruction opcodes.
enum Opcode {
#define I(ENUM, NAME, BASEOPCODE, FLAGS, TSFLAGS, IMPDEFS, IMPUSES) ENUM,
#include "X86InstrInfo.def"
};
}
// Defines symbolic names for the X86 instructions.
//
#include "X86GenInstrNames.inc"
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment