forked from OSchip/llvm-project
[mips] Add HasMips3D to the list of features unsupported by P5600 model.
This commit is contained in:
parent
0f15ace018
commit
ecc92fd018
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue