[mips] Add HasMips3D to the list of features unsupported by P5600 model.

This commit is contained in:
Simon Atanasyan 2020-03-22 18:22:23 +03:00
parent 0f15ace018
commit ecc92fd018
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ def MipsP5600Model : SchedMachineModel {
IsGP64bit, IsPTR64bit,
InMicroMips, InMips16Mode,
HasCnMips, HasCnMipsP,
HasDSP, HasDSPR2, HasMT, HasCRC];
HasDSP, HasDSPR2, HasMips3D, HasMT,
HasCRC];
}
let SchedModel = MipsP5600Model in {