Skip to content

Commit

Permalink
Merge branch 'AliveToolkit:master' into mutate
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatsunespica authored Nov 11, 2024
2 parents 0194f36 + 0e64eab commit f872d22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ir/memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1492,11 +1492,6 @@ void Memory::mkAxioms(const Memory &tgt) const {
state->addAxiom(Pointer::mkNullPointer(tgt).blockAlignment() == UINT64_MAX);
}

for (unsigned bid = has_null_block; bid < num_nonlocals; ++bid) {
Pointer p(bid < num_nonlocals_src ? *this : tgt, bid, false);
state->addAxiom(p.blockSize() != 0);
}

for (unsigned bid = 0; bid < num_nonlocals_src; ++bid) {
if (skip_bid(bid))
continue;
Expand Down

0 comments on commit f872d22

Please sign in to comment.