aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlaze.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/MBlaze/MBlaze.h')
-rw-r--r--lib/Target/MBlaze/MBlaze.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/MBlaze/MBlaze.h b/lib/Target/MBlaze/MBlaze.h
index 00c73f0..c6181f7 100644
--- a/lib/Target/MBlaze/MBlaze.h
+++ b/lib/Target/MBlaze/MBlaze.h
@@ -39,7 +39,8 @@ namespace llvm {
// Defines symbolic names for MBlaze registers. This defines a mapping from
// register name to register number.
-#include "MBlazeGenRegisterNames.inc"
+#define GET_REGINFO_ENUM
+#include "MBlazeGenRegisterInfo.inc"
// Defines symbolic names for the MBlaze instructions.
#include "MBlazeGenInstrNames.inc"