[ARM]: add missing switch case for cortex-r52

Adds a missing switch case for handling cortex-r52
in init-subtarget-features.

llvm-svn: 283551
This commit is contained in:
Javed Absar 2016-10-07 13:41:55 +00:00
parent 04864f45b2
commit 9797989ca7
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
case CortexR7:
case CortexM3:
case ExynosM1:
case CortexR52:
break;
case Krait:
PreISelOperandLatencyAdjustment = 1;