[AArch64] Add support for Samsung Exynos-M1
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
index a8b28018f1b294edbc12ed500e9d5a8f6c4aa13a..4d54e57514735c57a0ebee92b918548976fef49f 100644 (file)
@@ -44,7 +44,7 @@ protected:
   enum ARMProcFamilyEnum {
     Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15,
     CortexA17, CortexR4, CortexR4F, CortexR5, CortexR7, CortexA35, CortexA53,
-    CortexA57, CortexA72, Krait, Swift
+    CortexA57, CortexA72, Krait, Swift, ExynosM1
   };
   enum ARMProcClassEnum {
     None, AClass, RClass, MClass