summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2016-06-02 10:48:52 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2016-06-02 10:48:52 +0000
commit0b7bb16e5bcad91f45b1fa67b76aa726bfd306a9 (patch)
treea245113f84a1dcc9c2ac7267fba6262374397c9d /llvm/lib/Target/ARM/ARMSubtarget.h
parent90df4a7c31393e8163a3999d045e613badb25e6f (diff)
downloadbcm5719-llvm-0b7bb16e5bcad91f45b1fa67b76aa726bfd306a9.tar.gz
bcm5719-llvm-0b7bb16e5bcad91f45b1fa67b76aa726bfd306a9.zip
This adds support for Cortex-A73 as an available target.
Differential Revision: http://reviews.llvm.org/D20865 llvm-svn: 271508
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h
index 7c9ea7d9253..43e911e934f 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.h
+++ b/llvm/lib/Target/ARM/ARMSubtarget.h
@@ -44,7 +44,7 @@ protected:
enum ARMProcFamilyEnum {
Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15,
CortexA17, CortexR4, CortexR4F, CortexR5, CortexR7, CortexM3,
- CortexA32, CortexA35, CortexA53, CortexA57, CortexA72,
+ CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73,
Krait, Swift, ExynosM1
};
enum ARMProcClassEnum {
OpenPOWER on IntegriCloud