C++: Disabled the change again.

This commit is contained in:
Geoffrey White
2024-10-08 14:43:56 +01:00
parent 1ff6c4c090
commit f9fa52fe77
2 changed files with 17 additions and 1 deletions

View File

@@ -688,7 +688,7 @@ private Overlap getExtentOverlap(MemoryLocation0 def, MemoryLocation0 use) {
(
// EntireAllocationMemoryLocation exactly overlaps itself.
use instanceof EntireAllocationMemoryLocation and
def.getAnAllocation() = use.getAnAllocation() and
//def.getAnAllocation() = use.getAnAllocation() and
result instanceof MustExactlyOverlap
or
not use instanceof EntireAllocationMemoryLocation and