diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2016-06-23 15:12:06 +0000 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2016-06-23 15:12:06 +0000 |
commit | b1a2b5a708ec9993ec6c7a5eb2068864b109a43c (patch) | |
tree | e578566025b4f6bb9f6117aa36d669195e35cfab /llvm | |
parent | c9d336e5498960c8cb281a599c041052312497b1 (diff) | |
download | bcm5719-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.td | 1 |
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]>; |