File tree 1 file changed +1
-1
lines changed
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()
931
931
" --show-parse-tree show parse tree\n "
932
932
" --show-symbol-table show loaded symbol table\n "
933
933
HELP_SHOW_GOTO_FUNCTIONS
934
- " --drop-unused-functions drop functions trivially unreachable from main function\n " // NOLINT(*)
935
934
" \n "
936
935
" Program instrumentation options:\n "
937
936
HELP_GOTO_CHECK
@@ -942,6 +941,7 @@ void cbmc_parse_optionst::help()
942
941
" --mm MM memory consistency model for concurrent programs\n " // NOLINT(*)
943
942
HELP_REACHABILITY_SLICER
944
943
" --full-slice run full slicer (experimental)\n " // NOLINT(*)
944
+ " --drop-unused-functions drop functions trivially unreachable from main function\n " // NOLINT(*)
945
945
" \n "
946
946
" Semantic transformations:\n "
947
947
// NOLINTNEXTLINE(whitespace/line_length)
You can’t perform that action at this time.
0 commit comments