File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -981,15 +981,15 @@ let mk_flambda2_cse_depth f =
981
981
let mk_flambda2_expert_code_id_and_symbol_scoping_checks f =
982
982
" -flambda2-expert-code-id-and-symbol-scoping-checks" , Arg. Unit f,
983
983
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 \
985
985
\ (Flambda 2 only)"
986
986
(format_default Flambda2.Expert.Default. code_id_and_symbol_scoping_checks)
987
987
;;
988
988
989
989
let mk_no_flambda2_expert_code_id_and_symbol_scoping_checks f =
990
990
" -no-flambda2-expert-code-id-and-symbol-scoping-checks" , Arg. Unit f,
991
991
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 \
993
993
\ (Flambda 2 only)"
994
994
(format_not_default
995
995
Flambda2.Expert.Default. code_id_and_symbol_scoping_checks)
You can’t perform that action at this time.
0 commit comments