[llvm] b99163f - [RISCV] Fix description of Ssstrict to have a closing parenthesis.
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 11:47:55 PST 2024
Author: Craig Topper
Date: 2024-02-05T11:47:41-08:00
New Revision: b99163fe8feeacba7797d5479bbcd5d8f327dd2d
URL: https://github.com/llvm/llvm-project/commit/b99163fe8feeacba7797d5479bbcd5d8f327dd2d
DIFF: https://github.com/llvm/llvm-project/commit/b99163fe8feeacba7797d5479bbcd5d8f327dd2d.diff
LOG: [RISCV] Fix description of Ssstrict to have a closing parenthesis.
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 71119136379b3..03ccda4561ed8 100644
--- a/llvm/lib/Target/RISCV/RISCVFeatures.td
+++ b/llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -822,7 +822,7 @@ def FeatureStdExtSsstateen
def FeatureStdExtSsstrict
: SubtargetFeature<"ssstrict", "HasStdExtSsstrict", "true",
- "'Ssstrict' (No non-conforming extensions are present.", []>;
+ "'Ssstrict' (No non-conforming extensions are present)", []>;
def FeatureStdExtSstc
: SubtargetFeature<"sstc", "HasStdExtSstc", "true",
More information about the llvm-commits
mailing list