From 0b4df57077e31221c830c5107f52fef70993d69a Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Thu, 23 Jun 2016 15:12:06 +0000 Subject: [PATCH] [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 --- lib/Target/SystemZ/SystemZProcessors.td | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/SystemZ/SystemZProcessors.td b/lib/Target/SystemZ/SystemZProcessors.td index 32fbe5ae9ef..01773eeed5a 100644 --- a/lib/Target/SystemZ/SystemZProcessors.td +++ b/lib/Target/SystemZ/SystemZProcessors.td @@ -92,5 +92,6 @@ def : Processor<"z13", NoItineraries, [FeatureDistinctOps, FeatureLoadStoreOnCond, FeatureHighWord, FeatureFPExtension, FeaturePopulationCount, FeatureFastSerialization, FeatureInterlockedAccess1, + FeatureMiscellaneousExtensions, FeatureTransactionalExecution, FeatureProcessorAssist, FeatureVector]>;