From: Evandro Menezes Date: Wed, 26 Jul 2017 21:28:20 +0000 (+0000) Subject: [ARM] Minor cosmetic edits (NFC) X-Git-Tag: llvmorg-6.0.0-rc1~11675 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3ed4bcb8f1b0a9343d47628ae98127ca33575d1;p=platform%2Fupstream%2Fllvm.git [ARM] Minor cosmetic edits (NFC) Change the order of a case and the description for Exynos Mx processors. llvm-svn: 309184 --- diff --git a/llvm/lib/Target/ARM/ARM.td b/llvm/lib/Target/ARM/ARM.td index e49c1ba..762f975 100644 --- a/llvm/lib/Target/ARM/ARM.td +++ b/llvm/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/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp index 2c42a13..c7ab87e 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.cpp +++ b/llvm/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: