File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -931,7 +931,6 @@ void cbmc_parse_optionst::help()
931931 " --show-parse-tree show parse tree\n "
932932 " --show-symbol-table show loaded symbol table\n "
933933 HELP_SHOW_GOTO_FUNCTIONS
934- " --drop-unused-functions drop functions trivially unreachable from main function\n " // NOLINT(*)
935934 " \n "
936935 " Program instrumentation options:\n "
937936 HELP_GOTO_CHECK
@@ -942,6 +941,7 @@ void cbmc_parse_optionst::help()
942941 " --mm MM memory consistency model for concurrent programs\n " // NOLINT(*)
943942 HELP_REACHABILITY_SLICER
944943 " --full-slice run full slicer (experimental)\n " // NOLINT(*)
944+ " --drop-unused-functions drop functions trivially unreachable from main function\n " // NOLINT(*)
945945 " \n "
946946 " Semantic transformations:\n "
947947 // NOLINTNEXTLINE(whitespace/line_length)
You can’t perform that action at this time.
0 commit comments