3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-05-29 20:36:12 -07:00
parent e79542cc68
commit dd452e0ac1
3 changed files with 35 additions and 82 deletions

View file

@ -313,7 +313,7 @@ void model::cleanup_interp(top_sort& ts, func_decl* f) {
if (e1 != e2)
fi->set_else(e2);
for (auto& fe : *fi) {
expr_ref e2 = cleanup_expr(ts, fe->get_result(), pid);
e2 = cleanup_expr(ts, fe->get_result(), pid);
if (e2 != fe->get_result()) {
fi->insert_entry(fe->get_args(), e2);
}