forked from OSchip/llvm-project
[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:
parent
04864f45b2
commit
9797989ca7
|
@ -244,6 +244,7 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
|
|||
case CortexR7:
|
||||
case CortexM3:
|
||||
case ExynosM1:
|
||||
case CortexR52:
|
||||
break;
|
||||
case Krait:
|
||||
PreISelOperandLatencyAdjustment = 1;
|
||||
|
|
Loading…
Reference in New Issue