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 caff079 commit 6de886cCopy full SHA for 6de886c
src/goto-symex/symex_assign.cpp
@@ -475,15 +475,11 @@ void goto_symext::symex_assign_symbol(
475
<< messaget::eom;
476
});
477
478
- const exprt assignment_guard =
479
- make_and(state.guard.as_expr(), conjunction(guard));
480
-
481
- const exprt original_lhs = get_original_name(l2_full_lhs);
482
target.assignment(
483
- assignment_guard,
+ make_and(state.guard.as_expr(), conjunction(guard)),
484
l2_lhs,
485
l2_full_lhs,
486
- original_lhs,
+ get_original_name(l2_full_lhs),
487
assignment.rhs,
488
state.source,
489
assignment_type);
0 commit comments