forked from OSchip/llvm-project
[PowerPC][NFC] Update doc for FeatureISA3_1/FeatureISA3_0 definitions
This commit is contained in:
parent
05756e6937
commit
99c4207d42
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue