diff options
author | Richard Barton <richard.barton@arm.com> | 2013-11-22 11:53:16 +0000 |
---|---|---|
committer | Richard Barton <richard.barton@arm.com> | 2013-11-22 11:53:16 +0000 |
commit | c31078cded9e5c8ecc8a4b24c7292a5d0d447268 (patch) | |
tree | 05d0e279107aa3b28aea3873cd78d51072b6aad3 /llvm/lib/Target/ARM/ARMSubtarget.h | |
parent | bf950c0f6fecd3e1c9c9ea0e2f80fc3b41ac512b (diff) | |
download | bcm5719-llvm-c31078cded9e5c8ecc8a4b24c7292a5d0d447268.tar.gz bcm5719-llvm-c31078cded9e5c8ecc8a4b24c7292a5d0d447268.zip |
Add support for Cortex-A12.
Patch by Oliver Stannard!
llvm-svn: 195448
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index 5fc9f8f460b..ca5ba8541f7 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/lib/Target/ARM/ARMSubtarget.h @@ -31,8 +31,8 @@ class TargetOptions; class ARMSubtarget : public ARMGenSubtargetInfo { protected: enum ARMProcFamilyEnum { - Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA15, CortexR5, - Swift, CortexA53, CortexA57 + Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15, + CortexR5, Swift, CortexA53, CortexA57 }; enum ARMProcClassEnum { None, AClass, RClass, MClass |