Skip to content

Commit

Permalink
[RISCV] Fix description of Ssstrict to have a closing parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Feb 5, 2024
1 parent 22544e2 commit b99163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVFeatures.td
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b99163f

Please sign in to comment.