R600/SI: Add processor type for Mullins.
authorTom Stellard <thomas.stellard@amd.com>
Fri, 2 May 2014 15:41:49 +0000 (15:41 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 2 May 2014 15:41:49 +0000 (15:41 +0000)
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Signed-off-by: Samuel Li <samuel.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207846 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/Processors.td

index fde44814970b5276718da9fe21d2e453c3b72e83..ce17d7cb7f1323d8a7a2b5fb8027b7abd560ecf3 100644 (file)
@@ -106,3 +106,5 @@ def : Proc<"kabini",     SI_Itin, [FeatureSeaIslands]>;
 def : Proc<"kaveri",     SI_Itin, [FeatureSeaIslands]>;
 
 def : Proc<"hawaii",     SI_Itin, [FeatureSeaIslands]>;
+
+def : Proc<"mullins",    SI_Itin, [FeatureSeaIslands]>;