R600/SI: Add processor type for Hawaii
authorTom Stellard <thomas.stellard@amd.com>
Thu, 14 Nov 2013 23:46:00 +0000 (23:46 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 14 Nov 2013 23:46:00 +0000 (23:46 +0000)
Patch by: Alex Deucher

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194752 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/Processors.td

index 31079d3eff99b829dd3aa4d87036bcd121f85937..ee190e4aed7bebb9b7cbbf77906feb8b7ba95076 100644 (file)
@@ -51,3 +51,4 @@ def : Proc<"hainan",     SI_Itin, [FeatureSouthernIslands]>;
 def : Proc<"bonaire",    SI_Itin, [FeatureSeaIslands]>;
 def : Proc<"kabini",     SI_Itin, [FeatureSeaIslands]>;
 def : Proc<"kaveri",     SI_Itin, [FeatureSeaIslands]>;
+def : Proc<"hawaii",     SI_Itin, [FeatureSeaIslands]>;