summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-05-02 15:41:49 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-05-02 15:41:49 +0000
commitc192d8a5697bcc14d6c5d45903a14b95acf154ba (patch)
treef3e52416362e7e8b3a785a9f755a54e98e0925a4 /lib
parentab2fed6622aa220d95f2379126f1c0ba2e730b2a (diff)
downloadllvm-c192d8a5697bcc14d6c5d45903a14b95acf154ba.tar.gz
llvm-c192d8a5697bcc14d6c5d45903a14b95acf154ba.tar.bz2
llvm-c192d8a5697bcc14d6c5d45903a14b95acf154ba.tar.xz
R600/SI: Add processor type for Mullins.
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/R600/Processors.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td
index fde4481497..ce17d7cb7f 100644
--- a/lib/Target/R600/Processors.td
+++ b/lib/Target/R600/Processors.td
@@ -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]>;