File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -981,15 +981,15 @@ let mk_flambda2_cse_depth f =
981981let mk_flambda2_expert_code_id_and_symbol_scoping_checks f =
982982 " -flambda2-expert-code-id-and-symbol-scoping-checks" , Arg. Unit f,
983983 Printf. sprintf " Perform checks on static\n \
984- \ scopes of code IDs and symbols during Un_cps %s\n \
984+ \ scopes of code IDs and symbols during To_cmm %s\n \
985985 \ (Flambda 2 only)"
986986 (format_default Flambda2.Expert.Default. code_id_and_symbol_scoping_checks)
987987;;
988988
989989let mk_no_flambda2_expert_code_id_and_symbol_scoping_checks f =
990990 " -no-flambda2-expert-code-id-and-symbol-scoping-checks" , Arg. Unit f,
991991 Printf. sprintf " Do not perform checks\n \
992- \ on static scopes of code IDs and symbols during Un_cps %s\n \
992+ \ on static scopes of code IDs and symbols during To_cmm %s\n \
993993 \ (Flambda 2 only)"
994994 (format_not_default
995995 Flambda2.Expert.Default. code_id_and_symbol_scoping_checks)
You can’t perform that action at this time.
0 commit comments