3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-01 12:55:52 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-24 10:37:43 -07:00
parent 470e87afe9
commit c3b33aae8a
3 changed files with 9 additions and 9 deletions

View file

@ -1367,6 +1367,8 @@ namespace {
*/
bool is_semi_compatible(check * instr) const {
unsigned reg = instr->m_reg;
if (instr->m_enode && !instr->m_enode->has_lbl_hash())
instr->m_enode->set_lbl_hash(m_context);
return
m_registers[reg] != 0 &&
// if the register was already checked by another filter, then it doesn't make sense