1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

[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 59ad31e4f1
commit a39b9200fb

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;