diff options
Diffstat (limited to 'polly/lib/Transform/Simplify.cpp')
| -rw-r--r-- | polly/lib/Transform/Simplify.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/lib/Transform/Simplify.cpp b/polly/lib/Transform/Simplify.cpp index 2f691f40d65..ef20283031e 100644 --- a/polly/lib/Transform/Simplify.cpp +++ b/polly/lib/Transform/Simplify.cpp @@ -166,6 +166,7 @@ private: } if (auto *Conflicting = hasWriteBetween(&Stmt, RA, WA, WARel)) { + (void)Conflicting; InBetweenStore++; DEBUG(dbgs() << "Not cleaning up " << WA << " because there is another store to the same element " @@ -186,6 +187,7 @@ private: DEBUG(dbgs() << "Cleanup of " << WA << ":\n"); DEBUG(dbgs() << " Scalar: " << *AccVal << "\n"); DEBUG(dbgs() << " AccRel: " << AccRel << "\n"); + (void)AccRel; Stmt->removeSingleMemoryAccess(WA); |

