summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDILDeviceInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/R600/AMDILDeviceInfo.h')
-rw-r--r--lib/Target/R600/AMDILDeviceInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/R600/AMDILDeviceInfo.h b/lib/Target/R600/AMDILDeviceInfo.h
index 4b2c3a53c79..04530e6110e 100644
--- a/lib/Target/R600/AMDILDeviceInfo.h
+++ b/lib/Target/R600/AMDILDeviceInfo.h
@@ -71,7 +71,8 @@ namespace llvm {
/// These have to be in order with the older generations
/// having the lower number enumerations.
enum Generation {
- HD4XXX = 0, ///< 7XX based devices.
+ HD3XXX = 0, ///< 6XX based devices.
+ HD4XXX, ///< 7XX based devices.
HD5XXX, ///< Evergreen based devices.
HD6XXX, ///< NI/Evergreen+ based devices.
HD7XXX, ///< Southern Islands based devices.