[PowerPC][NFC] Update doc for FeatureISA3_1/FeatureISA3_0 definitions

This commit is contained in:
Lei Huang 2020-07-01 19:36:19 -05:00
parent 05756e6937
commit 99c4207d42
1 changed files with 2 additions and 2 deletions

View File

@ -205,10 +205,10 @@ def DeprecatedDST : SubtargetFeature<"", "DeprecatedDST", "true",
def FeatureISA3_0 : SubtargetFeature<"isa-v30-instructions", "IsISA3_0",
"true",
"Enable instructions added in ISA 3.0.">;
"Enable instructions in ISA 3.0.">;
def FeatureISA3_1 : SubtargetFeature<"isa-v31-instructions", "IsISA3_1",
"true",
"Enable instructions added in ISA 3.1.",
"Enable instructions in ISA 3.1.",
[FeatureISA3_0]>;
def FeatureP9Altivec : SubtargetFeature<"power9-altivec", "HasP9Altivec", "true",
"Enable POWER9 Altivec instructions",