mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[PowerPC][NFC] Update doc for FeatureISA3_1/FeatureISA3_0 definitions
This commit is contained in:
parent
e9e3ccc44e
commit
006e66f9bb
@ -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
Block a user