File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ def NoHasStdExtZicfiss : Predicate<"!Subtarget->hasStdExtZicfiss()">;
178178
179179def FeatureStdExtZilsd
180180 : RISCVExtension<1, 0,
181- "'Zilsd' ( Load/Store pair instructions) ">;
181+ "Load/Store Pair Instructions ">;
182182def HasStdExtZilsd : Predicate<"Subtarget->hasStdExtZilsd()">,
183183 AssemblerPredicate<(all_of FeatureStdExtZilsd),
184184 "'Zilsd' (Load/Store pair instructions)">;
@@ -410,7 +410,7 @@ def FeatureStdExtZcf
410410
411411def FeatureStdExtZclsd
412412 : RISCVExtension<1, 0,
413- "Compressed Load/Store pair instructions ",
413+ "Compressed Load/Store Pair Instructions ",
414414 [FeatureStdExtZilsd,FeatureStdExtZca]>;
415415def HasStdExtZclsd : Predicate<"Subtarget->hasStdExtZclsd() && !Subtarget->hasStdExtZcf()">,
416416 AssemblerPredicate<(all_of FeatureStdExtZclsd),
You can’t perform that action at this time.
0 commit comments