Skip to content

Commit 30f055b

Browse files
author
Daniel Kroening
committed
help: --drop-unused-functions belongs with the transformation
1 parent 5513c79 commit 30f055b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbmc/cbmc_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)