forked from OSchip/llvm-project
[SystemZ] Let z13 also support FeatureMiscellaneousExtensions.
This processor feature had been left out by mistake from the z13 ProcessorModel. Reviewed by Ulrich Weigand. llvm-svn: 273567
This commit is contained in:
parent
c9d336e549
commit
b1a2b5a708
|
@ -92,5 +92,6 @@ def : Processor<"z13", NoItineraries,
|
|||
[FeatureDistinctOps, FeatureLoadStoreOnCond, FeatureHighWord,
|
||||
FeatureFPExtension, FeaturePopulationCount,
|
||||
FeatureFastSerialization, FeatureInterlockedAccess1,
|
||||
FeatureMiscellaneousExtensions,
|
||||
FeatureTransactionalExecution, FeatureProcessorAssist,
|
||||
FeatureVector]>;
|
||||
|
|
Loading…
Reference in New Issue