From: Evandro Menezes Date: Wed, 26 Jul 2017 21:28:20 +0000 (+0000) Subject: [ARM] Minor cosmetic edits (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=077cafbaa3cf542317b8ff9414c55388de810c5c;p=llvm [ARM] Minor cosmetic edits (NFC) Change the order of a case and the description for Exynos Mx processors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309184 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td index e49c1babac2..762f975dc2a 100644 --- a/lib/Target/ARM/ARM.td +++ b/lib/Target/ARM/ARM.td @@ -436,7 +436,7 @@ def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift", "Swift ARM processors", []>; def ProcExynosM1 : SubtargetFeature<"exynosm1", "ARMProcFamily", "ExynosM1", - "Samsung Exynos-M1 processors", []>; + "Samsung Exynos-Mx processors", []>; def ProcR4 : SubtargetFeature<"r4", "ARMProcFamily", "CortexR4", "Cortex-R4 ARM processors", []>; diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp index 2c42a133616..c7ab87e5489 100644 --- a/lib/Target/ARM/ARMSubtarget.cpp +++ b/lib/Target/ARM/ARMSubtarget.cpp @@ -333,8 +333,8 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { case CortexR5: case CortexR7: case CortexM3: - case ExynosM1: case CortexR52: + case ExynosM1: case Kryo: break; case Krait: