Skip to content

Commit ce858e2

Browse files
authored
[LoongArch] fix description of clang option -m[no-]lam-bh (#113632)
Fix the description of option `-mlam-bh` and `-mno-lam-bh` Previous decription causes a `build docs-clang-html` error in #112727
1 parent cf8d245 commit ce858e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5400,9 +5400,9 @@ def mfrecipe : Flag<["-"], "mfrecipe">, Group<m_loongarch_Features_Group>,
54005400
def mno_frecipe : Flag<["-"], "mno-frecipe">, Group<m_loongarch_Features_Group>,
54015401
HelpText<"Disable frecipe.{s/d} and frsqrte.{s/d}">;
54025402
def mlam_bh : Flag<["-"], "mlam-bh">, Group<m_loongarch_Features_Group>,
5403-
HelpText<"Enable amswap_[db].{b/h} and amadd_[db].{b/h}">;
5403+
HelpText<"Enable amswap[_db].{b/h} and amadd[_db].{b/h}">;
54045404
def mno_lam_bh : Flag<["-"], "mno-lam-bh">, Group<m_loongarch_Features_Group>,
5405-
HelpText<"Disable amswap_[db].{b/h} and amadd_[db].{b/h}">;
5405+
HelpText<"Disable amswap[_db].{b/h} and amadd[_db].{b/h}">;
54065406
def mannotate_tablejump : Flag<["-"], "mannotate-tablejump">, Group<m_loongarch_Features_Group>,
54075407
HelpText<"Enable annotate table jump instruction to correlate it with the jump table.">;
54085408
def mno_annotate_tablejump : Flag<["-"], "mno-annotate-tablejump">, Group<m_loongarch_Features_Group>,

0 commit comments

Comments
 (0)