Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Nov 13, 2022
1 parent e33e662 commit 343603f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/converters/expr_inverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class bv_expr_inverter : public iexpr_inverter {

bool process_bv_mul(func_decl* f, unsigned num, expr* const* args, expr_ref& r) {
if (num == 0)
return nullptr;
return false;
if (uncnstr(num, args)) {
sort* s = args[0]->get_sort();
mk_fresh_uncnstr_var_for(f, r);
Expand Down

0 comments on commit 343603f

Please sign in to comment.