summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2016-06-23 15:12:06 +0000
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2016-06-23 15:12:06 +0000
commitb1a2b5a708ec9993ec6c7a5eb2068864b109a43c (patch)
treee578566025b4f6bb9f6117aa36d669195e35cfab /llvm
parentc9d336e5498960c8cb281a599c041052312497b1 (diff)
downloadbcm5719-llvm-b1a2b5a708ec9993ec6c7a5eb2068864b109a43c.tar.gz
bcm5719-llvm-b1a2b5a708ec9993ec6c7a5eb2068864b109a43c.zip
[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
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZProcessors.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZProcessors.td b/llvm/lib/Target/SystemZ/SystemZProcessors.td
index 32fbe5ae9ef..01773eeed5a 100644
--- a/llvm/lib/Target/SystemZ/SystemZProcessors.td
+++ b/llvm/lib/Target/SystemZ/SystemZProcessors.td
@@ -92,5 +92,6 @@ def : Processor<"z13", NoItineraries,
[FeatureDistinctOps, FeatureLoadStoreOnCond, FeatureHighWord,
FeatureFPExtension, FeaturePopulationCount,
FeatureFastSerialization, FeatureInterlockedAccess1,
+ FeatureMiscellaneousExtensions,
FeatureTransactionalExecution, FeatureProcessorAssist,
FeatureVector]>;
OpenPOWER on IntegriCloud