mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 14:07:54 +00:00
remove pointer comparisons/hash
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eead1bbc48
commit
d849dbf21f
18 changed files with 81 additions and 37 deletions
|
@ -36,7 +36,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
void compiler::ensure_predicate_loaded(func_decl * pred, instruction_block & acc) {
|
||||
pred2idx::entry * e = m_pred_regs.insert_if_not_there2(pred, UINT_MAX);
|
||||
pred2idx::obj_map_entry * e = m_pred_regs.insert_if_not_there2(pred, UINT_MAX);
|
||||
if(e->get_data().m_value!=UINT_MAX) {
|
||||
//predicate is already loaded
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue