diff options
| author | Bernard Ogden <bogden@arm.com> | 2013-10-14 13:17:07 +0000 |
|---|---|---|
| committer | Bernard Ogden <bogden@arm.com> | 2013-10-14 13:17:07 +0000 |
| commit | 53169762d0bd7bc50582659f14f3e9a9e4999a0d (patch) | |
| tree | 864e63a9a8ae5c71ca6fbf97760b41821791afaf /llvm/lib/Target/ARM/ARMSubtarget.h | |
| parent | 4400cde89ad469d79e80d39c626c9644eb83d912 (diff) | |
| download | bcm5719-llvm-53169762d0bd7bc50582659f14f3e9a9e4999a0d.tar.gz bcm5719-llvm-53169762d0bd7bc50582659f14f3e9a9e4999a0d.zip | |
Add Cortex-A57 support
llvm-svn: 192591
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index 5dc5975eb86..9cc3a71f891 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/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, CortexA53 + Others, CortexA5, CortexA8, CortexA9, CortexA15, CortexR5, Swift, CortexA53, CortexA57 }; enum ARMProcClassEnum { None, AClass, RClass, MClass |

