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 @@ -1766,6 +1766,8 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1766
1766
do_indirect_call_and_rtti_removal ();
1767
1767
do_remove_returns ();
1768
1768
rewrite_rw_ok (goto_model);
1769
+ // full_slicer requires that the model has unique location numbers:
1770
+ goto_model.goto_functions .update ();
1769
1771
1770
1772
log.warning () << " **** WARNING: Experimental option --full-slice, "
1771
1773
<< " analysis results may be unsound. See "
@@ -1777,8 +1779,6 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1777
1779
goto_model, cmdline.get_values (" property" ), ui_message_handler);
1778
1780
else
1779
1781
{
1780
- // full_slicer requires that the model has unique location numbers:
1781
- goto_model.goto_functions .update ();
1782
1782
full_slicer (goto_model, ui_message_handler);
1783
1783
}
1784
1784
}
You can’t perform that action at this time.
0 commit comments