aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTX.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PTX/PTX.h')
-rw-r--r--lib/Target/PTX/PTX.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PTX/PTX.h b/lib/Target/PTX/PTX.h
index 345f87a..6aaf068 100644
--- a/lib/Target/PTX/PTX.h
+++ b/lib/Target/PTX/PTX.h
@@ -51,6 +51,7 @@ namespace llvm {
#include "PTXGenRegisterInfo.inc"
// Defines symbolic names for the PTX instructions.
-#include "PTXGenInstrNames.inc"
+#define GET_INSTRINFO_ENUM
+#include "PTXGenInstrInfo.inc"
#endif // PTX_H