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 b17a422 commit 41f7001Copy full SHA for 41f7001
src/goto-symex/build_goto_trace.cpp
@@ -370,11 +370,13 @@ void build_goto_trace(
370
371
if(SSA_step.original_full_lhs.is_not_nil())
372
{
373
- goto_trace_step.full_lhs = build_full_lhs_rec(
374
- decision_procedure,
375
- ns,
376
- SSA_step.original_full_lhs,
377
- SSA_step.ssa_full_lhs);
+ goto_trace_step.full_lhs = simplify_expr(
+ build_full_lhs_rec(
+ decision_procedure,
+ ns,
+ SSA_step.original_full_lhs,
378
+ SSA_step.ssa_full_lhs),
379
+ ns);
380
replace_nondet_in_type(goto_trace_step.full_lhs, decision_procedure);
381
}
382
0 commit comments