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:
parent
470e87afe9
commit
c3b33aae8a
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue