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 af4cecc commit d79f852Copy full SHA for d79f852
src/goto-symex/symex_assign.cpp
@@ -480,15 +480,11 @@ void goto_symext::symex_assign_symbol(
480
<< messaget::eom;
481
});
482
483
- const exprt assignment_guard =
484
- make_and(state.guard.as_expr(), conjunction(guard));
485
-
486
- const exprt original_lhs = get_original_name(l2_full_lhs);
487
target.assignment(
488
- assignment_guard,
+ make_and(state.guard.as_expr(), conjunction(guard)),
489
l2_lhs,
490
l2_full_lhs,
491
- original_lhs,
+ get_original_name(l2_full_lhs),
492
assignment.rhs,
493
state.source,
494
assignment_type);
0 commit comments