File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1764,6 +1764,8 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1764
1764
do_indirect_call_and_rtti_removal ();
1765
1765
do_remove_returns ();
1766
1766
rewrite_rw_ok (goto_model);
1767
+ // full_slicer requires that the model has unique location numbers:
1768
+ goto_model.goto_functions .update ();
1767
1769
1768
1770
log.warning () << " **** WARNING: Experimental option --full-slice, "
1769
1771
<< " analysis results may be unsound. See "
@@ -1775,8 +1777,6 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1775
1777
goto_model, cmdline.get_values (" property" ), ui_message_handler);
1776
1778
else
1777
1779
{
1778
- // full_slicer requires that the model has unique location numbers:
1779
- goto_model.goto_functions .update ();
1780
1780
full_slicer (goto_model, ui_message_handler);
1781
1781
}
1782
1782
}
You can’t perform that action at this time.
0 commit comments