Skip to content

Commit fc88c28

Browse files
author
git apple-llvm automerger
committed
Merge commit '4a2ab3afdb2d' from llvm.org/main into next
2 parents 4b9da0d + 4a2ab3a commit fc88c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def FeatureStdExtZcf
411411
def FeatureStdExtZclsd
412412
: RISCVExtension<1, 0,
413413
"Compressed Load/Store Pair Instructions",
414-
[FeatureStdExtZilsd,FeatureStdExtZca]>;
414+
[FeatureStdExtZilsd, FeatureStdExtZca]>;
415415
def HasStdExtZclsd : Predicate<"Subtarget->hasStdExtZclsd()">,
416416
AssemblerPredicate<(all_of FeatureStdExtZclsd),
417417
"'Zclsd' (Compressed Load/Store pair instructions)">;

0 commit comments

Comments
 (0)