Skip to content

Commit

Permalink
[esbmc] fixed the old usage of remove_skip to remove_no_op
Browse files Browse the repository at this point in the history
  • Loading branch information
shmarovfedor authored and lucasccordeiro committed Jul 27, 2023
1 parent 9f06c9f commit b6f905f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esbmc/esbmc_parseoptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ bool esbmc_parseoptionst::process_goto_program(
{
// remove skips before doing k-induction
// it seems to fix some issues
remove_skip(goto_functions);
remove_no_op(goto_functions);

goto_k_induction(goto_functions);
}
Expand Down

0 comments on commit b6f905f

Please sign in to comment.