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.
1 parent 6bf0fa5 commit 0b6eca3Copy full SHA for 0b6eca3
src/goto-symex/symex_goto.cpp
@@ -487,6 +487,18 @@ static void merge_names(
487
{
488
rhs = goto_state_rhs;
489
}
490
+ else if(diff_guard.is_false())
491
+ {
492
+ if(do_simplify)
493
+ simplify(dest_state_rhs, ns);
494
+ rhs = dest_state_rhs;
495
+ }
496
+ else if(diff_guard.is_true())
497
498
499
+ simplify(goto_state_rhs, ns);
500
+ rhs = goto_state_rhs;
501
502
else
503
504
if(do_simplify)
0 commit comments