Skip to content

Commit 4a2ab3a

Browse files
committed
[RISCV] Remove trailing whitespace. NFC
1 parent f8865aa commit 4a2ab3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

+1-1
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)