Skip to content

Commit b99163f

Browse files
committed
[RISCV] Fix description of Ssstrict to have a closing parenthesis.
1 parent 22544e2 commit b99163f

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
@@ -822,7 +822,7 @@ def FeatureStdExtSsstateen
822822

823823
def FeatureStdExtSsstrict
824824
: SubtargetFeature<"ssstrict", "HasStdExtSsstrict", "true",
825-
"'Ssstrict' (No non-conforming extensions are present.", []>;
825+
"'Ssstrict' (No non-conforming extensions are present)", []>;
826826

827827
def FeatureStdExtSstc
828828
: SubtargetFeature<"sstc", "HasStdExtSstc", "true",

0 commit comments

Comments
 (0)