[ARM] support for Cortex-R4/R4F
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
index b8e8242fe95ff48c64216ab7572bdf3bf62784d1..0b8b7801f3de4cdd6ce72ddb1420e0e57859bbaf 100644 (file)
@@ -43,7 +43,7 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
 protected:
   enum ARMProcFamilyEnum {
     Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15,
 protected:
   enum ARMProcFamilyEnum {
     Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15,
-    CortexA17, CortexR5, Swift, CortexA53, CortexA57, Krait, 
+    CortexA17, CortexR4, CortexR4F, CortexR5, Swift, CortexA53, CortexA57, Krait,
   };
   enum ARMProcClassEnum {
     None, AClass, RClass, MClass
   };
   enum ARMProcClassEnum {
     None, AClass, RClass, MClass