Fix formatting

llvm-svn: 230504
This commit is contained in:
Tobias Grosser 2015-02-25 16:59:15 +00:00
parent e68b9f3e0a
commit 6296d5ccfd
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +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;
(void)NewExiting;
assert(NewExiting == R->getExitingBlock() &&
"Did not create a single exiting block");
}