We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d67bc87 + 202b509 commit c73b758Copy full SHA for c73b758
src/goto-instrument/goto_instrument_parse_options.cpp
@@ -413,6 +413,7 @@ int goto_instrument_parse_optionst::doit()
413
414
if(cmdline.isset("show-call-sequences"))
415
{
416
+ do_indirect_call_and_rtti_removal();
417
show_call_sequences(goto_model);
418
return 0;
419
}
@@ -644,6 +645,7 @@ int goto_instrument_parse_optionst::doit()
644
645
646
if(cmdline.isset("call-graph"))
647
648
649
call_grapht call_graph(goto_model);
650
651
if(cmdline.isset("xml"))
0 commit comments