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:
parent
e9f5ceb19d
commit
3fd6560997
@ -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", []>;
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user