3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-27 13:39:49 +00:00

Merge branch 'develop' into regex-develop

This commit is contained in:
Murphy Berzish 2018-01-03 16:12:33 -05:00
commit 09dc5cd0f8
118 changed files with 2238 additions and 5701 deletions

View file

@ -1193,7 +1193,6 @@ bool bit_blaster_tpl<Cfg>::mk_const_case_multiplier(unsigned sz, expr * const *
return false;
}
SASSERT(out_bits.empty());
ptr_buffer<expr, 128> na_bits;
na_bits.append(sz, a_bits);
ptr_buffer<expr, 128> nb_bits;