[polly] r230504 - Fix formatting

Tobias Grosser tobias at grosser.es
Wed Feb 25 08:59:15 PST 2015


Author: grosser
Date: Wed Feb 25 10:59:15 2015
New Revision: 230504

URL: http://llvm.org/viewvc/llvm-project?rev=230504&view=rev
Log:
Fix formatting

Modified:
    polly/trunk/lib/Support/ScopHelper.cpp

Modified: polly/trunk/lib/Support/ScopHelper.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Support/ScopHelper.cpp?rev=230504&r1=230503&r2=230504&view=diff
==============================================================================
--- polly/trunk/lib/Support/ScopHelper.cpp (original)
+++ polly/trunk/lib/Support/ScopHelper.cpp Wed Feb 25 10:59:15 2015
@@ -170,7 +170,7 @@ BasicBlock *polly::simplifyRegion(Scop *
   // 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");
   }





More information about the llvm-commits mailing list