[llvm] 4a2ab3a - [RISCV] Remove trailing whitespace. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 09:04:28 PDT 2025
Author: Craig Topper
Date: 2025-03-21T09:04:14-07:00
New Revision: 4a2ab3afdb2dfed90fc2dc53c52fb3c97806e0f4
URL: https://github.com/llvm/llvm-project/commit/4a2ab3afdb2dfed90fc2dc53c52fb3c97806e0f4
DIFF: https://github.com/llvm/llvm-project/commit/4a2ab3afdb2dfed90fc2dc53c52fb3c97806e0f4.diff
LOG: [RISCV] Remove trailing whitespace. NFC
Added:
Modified:
llvm/lib/Target/RISCV/RISCVFeatures.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVFeatures.td b/llvm/lib/Target/RISCV/RISCVFeatures.td
index 0fcb0c5344282..c1223beb304ad 100644
--- a/llvm/lib/Target/RISCV/RISCVFeatures.td
+++ b/llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -411,7 +411,7 @@ def FeatureStdExtZcf
def FeatureStdExtZclsd
: RISCVExtension<1, 0,
"Compressed Load/Store Pair Instructions",
- [FeatureStdExtZilsd,FeatureStdExtZca]>;
+ [FeatureStdExtZilsd, FeatureStdExtZca]>;
def HasStdExtZclsd : Predicate<"Subtarget->hasStdExtZclsd()">,
AssemblerPredicate<(all_of FeatureStdExtZclsd),
"'Zclsd' (Compressed Load/Store pair instructions)">;
More information about the llvm-commits
mailing list