Add subtarget feature support for Cortex-A53
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
index f00feac9e4ad869c83c4606732c221d4766343ab..5dc5975eb86ab1b820cc68637b6a5d76bd8f9d53 100644 (file)
@@ -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