Skip to content

Commit 38c9984

Browse files
committed
fixup! fixup! Add --drop-unused-functions option
1 parent d8a25be commit 38c9984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,7 @@ void goto_instrument_parse_optionst::help()
14821482
" --show-symbol-table show symbol table\n"
14831483
" --list-symbols list symbols with type information\n"
14841484
HELP_SHOW_GOTO_FUNCTIONS
1485+
" --drop-unused-functions drop functions trivially unreachable from main function\n" // NOLINT(*)
14851486
" --print-internal-representation\n" // NOLINTNEXTLINE(*)
14861487
" show verbose internal representation of the program\n"
14871488
" --list-undefined-functions list functions without body\n"

0 commit comments

Comments
 (0)