C++: Remove redundant lines.

This commit is contained in:
Geoffrey White
2024-08-16 15:17:45 +01:00
parent 7430fde8c6
commit 0e766aa99b

View File

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