From 6296d5ccfd4d0944c80861b3fc36c729c1b6c7c2 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 25 Feb 2015 16:59:15 +0000 Subject: [PATCH] Fix formatting llvm-svn: 230504 --- polly/lib/Support/ScopHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/lib/Support/ScopHelper.cpp b/polly/lib/Support/ScopHelper.cpp index b8f59fd49138..8fdececa3068 100644 --- a/polly/lib/Support/ScopHelper.cpp +++ b/polly/lib/Support/ScopHelper.cpp @@ -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"); }