1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

[ARM] Minor cosmetic edits (NFC)

Change the order of a case and the description for Exynos Mx processors.

llvm-svn: 309184
This commit is contained in:
Evandro Menezes 2017-07-26 21:28:20 +00:00
parent e9f5ceb19d
commit 3fd6560997
2 changed files with 2 additions and 2 deletions

View File

@ -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", []>;

View File

@ -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: