File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,8 @@ void jbmc_parse_optionst::process_goto_function(
649
649
remove_instanceof (goto_function, symbol_table);
650
650
// Java virtual functions -> explicit dispatch tables:
651
651
remove_virtual_functions (function);
652
+ // remove returns
653
+ remove_returns (function);
652
654
}
653
655
654
656
catch (const char *e)
@@ -686,9 +688,6 @@ bool jbmc_parse_optionst::process_goto_functions(
686
688
// instrument library preconditions
687
689
instrument_preconditions (goto_model);
688
690
689
- // remove returns, gcc vectors, complex
690
- remove_returns (goto_model);
691
-
692
691
// Similar removal of java nondet statements:
693
692
// TODO Should really get this from java_bytecode_language somehow, but we
694
693
// don't have an instance of that here.
You can’t perform that action at this time.
0 commit comments