Skip to content

Commit 1c59ebc

Browse files
authored
Update RISCVFeatures.td
1 parent cc7a33c commit 1c59ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def NoHasStdExtZicfiss : Predicate<"!Subtarget->hasStdExtZicfiss()">;
178178

179179
def FeatureStdExtZilsd
180180
: RISCVExtension<1, 0,
181-
"'Zilsd' (Load/Store pair instructions)">;
181+
"Load/Store Pair Instructions">;
182182
def HasStdExtZilsd : Predicate<"Subtarget->hasStdExtZilsd()">,
183183
AssemblerPredicate<(all_of FeatureStdExtZilsd),
184184
"'Zilsd' (Load/Store pair instructions)">;
@@ -410,7 +410,7 @@ def FeatureStdExtZcf
410410

411411
def FeatureStdExtZclsd
412412
: RISCVExtension<1, 0,
413-
"Compressed Load/Store pair instructions",
413+
"Compressed Load/Store Pair Instructions",
414414
[FeatureStdExtZilsd,FeatureStdExtZca]>;
415415
def HasStdExtZclsd : Predicate<"Subtarget->hasStdExtZclsd() && !Subtarget->hasStdExtZcf()">,
416416
AssemblerPredicate<(all_of FeatureStdExtZclsd),

0 commit comments

Comments
 (0)