C++: Fix formatting

This commit is contained in:
Dave Bartolomeo
2020-02-05 10:55:49 -07:00
parent 73ad2e9658
commit 1b6de4b32f

View File

@@ -405,7 +405,8 @@ private Overlap getExtentOverlap(MemoryLocation def, MemoryLocation use) {
or
not use instanceof AllNonLocalMemory and
not use.isAlwaysAllocatedOnStack() and
if use instanceof VariableMemoryLocation then
if use instanceof VariableMemoryLocation
then
// AllNonLocalMemory totally overlaps any non-local variable.
result instanceof MustTotallyOverlap
else