diff options
Diffstat (limited to 'polly/lib/Support/ScopHelper.cpp')
-rw-r--r-- | polly/lib/Support/ScopHelper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/lib/Support/ScopHelper.cpp b/polly/lib/Support/ScopHelper.cpp index eaa45e64e98..b8f59fd4913 100644 --- a/polly/lib/Support/ScopHelper.cpp +++ b/polly/lib/Support/ScopHelper.cpp @@ -170,6 +170,7 @@ BasicBlock *polly::simplifyRegion(Scop *S, Pass *P) { // Create single exit edge if the region has multiple exit edges. if (!R->getExitingBlock()) { BasicBlock *NewExiting = createSingleExitEdge(R, P); + (void) NewExiting; assert(NewExiting == R->getExitingBlock() && "Did not create a single exiting block"); } |