summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorBernard Ogden <bogden@arm.com>2013-10-14 13:16:57 +0000
committerBernard Ogden <bogden@arm.com>2013-10-14 13:16:57 +0000
commit7220572e74844aa37b1b492ef67a8c1b403a254f (patch)
treecbb32269486450c5c077b7fc28707f58606a6dc5 /lib/Target/ARM/ARMSubtarget.h
parent9672a89c71f7b368455ed193bc23566f3bd4ed2b (diff)
downloadllvm-7220572e74844aa37b1b492ef67a8c1b403a254f.tar.gz
llvm-7220572e74844aa37b1b492ef67a8c1b403a254f.tar.bz2
llvm-7220572e74844aa37b1b492ef67a8c1b403a254f.tar.xz
Add subtarget feature support for Cortex-A53
Some previous implicit defaults have changed, for example FP and NEON are now on by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.h')
-rw-r--r--lib/Target/ARM/ARMSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h
index f00feac9e4..5dc5975eb8 100644
--- a/lib/Target/ARM/ARMSubtarget.h
+++ b/lib/Target/ARM/ARMSubtarget.h
@@ -31,7 +31,7 @@ class TargetOptions;
class ARMSubtarget : public ARMGenSubtargetInfo {
protected:
enum ARMProcFamilyEnum {
- Others, CortexA5, CortexA8, CortexA9, CortexA15, CortexR5, Swift
+ Others, CortexA5, CortexA8, CortexA9, CortexA15, CortexR5, Swift, CortexA53
};
enum ARMProcClassEnum {
None, AClass, RClass, MClass