[ARM] add basic Cortex-A7 support to LLVM backend
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
index 5276901bbb92568c0a3a4231414a1940d05beb4b..5fc9f8f460b37764c97cf6a3d619a03902a6af12 100644 (file)
@@ -31,7 +31,8 @@ class TargetOptions;
 class ARMSubtarget : public ARMGenSubtargetInfo {
 protected:
   enum ARMProcFamilyEnum {
-    Others, CortexA5, CortexA8, CortexA9, CortexA15, CortexR5, Swift, CortexA53, CortexA57
+    Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA15, CortexR5,
+    Swift, CortexA53, CortexA57
   };
   enum ARMProcClassEnum {
     None, AClass, RClass, MClass