From a8b7d4f73f254dd095bc588faec39777e5bc33c8 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 23 Jun 2016 16:13:26 +0000 Subject: [PATCH] Revert r273567 "[SystemZ] Let z13 also support FeatureMiscellaneousExtensions." It broke test/CodeGen/SystemZ/vec-extract-02.ll llvm-svn: 273575 --- llvm/lib/Target/SystemZ/SystemZProcessors.td | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/SystemZ/SystemZProcessors.td b/llvm/lib/Target/SystemZ/SystemZProcessors.td index 01773eeed5ae..32fbe5ae9ef9 100644 --- a/llvm/lib/Target/SystemZ/SystemZProcessors.td +++ b/llvm/lib/Target/SystemZ/SystemZProcessors.td @@ -92,6 +92,5 @@ def : Processor<"z13", NoItineraries, [FeatureDistinctOps, FeatureLoadStoreOnCond, FeatureHighWord, FeatureFPExtension, FeaturePopulationCount, FeatureFastSerialization, FeatureInterlockedAccess1, - FeatureMiscellaneousExtensions, FeatureTransactionalExecution, FeatureProcessorAssist, FeatureVector]>;