diff options
Diffstat (limited to 'lib/Target/Mips/Mips.h')
-rw-r--r-- | lib/Target/Mips/Mips.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Mips/Mips.h b/lib/Target/Mips/Mips.h index d296b36..738b48c 100644 --- a/lib/Target/Mips/Mips.h +++ b/lib/Target/Mips/Mips.h @@ -39,6 +39,7 @@ namespace llvm { #include "MipsGenRegisterInfo.inc" // Defines symbolic names for the Mips instructions. -#include "MipsGenInstrNames.inc" +#define GET_INSTRINFO_ENUM +#include "MipsGenInstrInfo.inc" #endif |