Skip to content

Commit c73b758

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#1452 from diffblue/call-seq-fix
fix for call-sequences and call-graph
2 parents d67bc87 + 202b509 commit c73b758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ int goto_instrument_parse_optionst::doit()
413413

414414
if(cmdline.isset("show-call-sequences"))
415415
{
416+
do_indirect_call_and_rtti_removal();
416417
show_call_sequences(goto_model);
417418
return 0;
418419
}
@@ -644,6 +645,7 @@ int goto_instrument_parse_optionst::doit()
644645

645646
if(cmdline.isset("call-graph"))
646647
{
648+
do_indirect_call_and_rtti_removal();
647649
call_grapht call_graph(goto_model);
648650

649651
if(cmdline.isset("xml"))

0 commit comments

Comments
 (0)