Skip to content

Commit 99c4207

Browse files
committed
[PowerPC][NFC] Update doc for FeatureISA3_1/FeatureISA3_0 definitions
1 parent 05756e6 commit 99c4207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/PowerPC/PPC.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ def DeprecatedDST : SubtargetFeature<"", "DeprecatedDST", "true",
205205

206206
def FeatureISA3_0 : SubtargetFeature<"isa-v30-instructions", "IsISA3_0",
207207
"true",
208-
"Enable instructions added in ISA 3.0.">;
208+
"Enable instructions in ISA 3.0.">;
209209
def FeatureISA3_1 : SubtargetFeature<"isa-v31-instructions", "IsISA3_1",
210210
"true",
211-
"Enable instructions added in ISA 3.1.",
211+
"Enable instructions in ISA 3.1.",
212212
[FeatureISA3_0]>;
213213
def FeatureP9Altivec : SubtargetFeature<"power9-altivec", "HasP9Altivec", "true",
214214
"Enable POWER9 Altivec instructions",

0 commit comments

Comments
 (0)