[polly] r213468 - Update formatting with clang-format.

Bill Wendling isanbard at gmail.com
Sat Jul 19 22:28:52 PDT 2014


Author: void
Date: Sun Jul 20 00:28:52 2014
New Revision: 213468

URL: http://llvm.org/viewvc/llvm-project?rev=213468&view=rev
Log:
Update formatting with clang-format.

Modified:
    polly/trunk/lib/Analysis/ScopGraphPrinter.cpp

Modified: polly/trunk/lib/Analysis/ScopGraphPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopGraphPrinter.cpp?rev=213468&r1=213467&r2=213468&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopGraphPrinter.cpp (original)
+++ polly/trunk/lib/Analysis/ScopGraphPrinter.cpp Sun Jul 20 00:28:52 2014
@@ -91,7 +91,7 @@ struct DOTGraphTraits<ScopDetection *> :
 
   std::string getNodeLabel(RegionNode *Node, ScopDetection *SD) {
     return DOTGraphTraits<RegionNode *>::getNodeLabel(
-      Node, reinterpret_cast<RegionNode *>(SD->getRI()->getTopLevelRegion()));
+        Node, reinterpret_cast<RegionNode *>(SD->getRI()->getTopLevelRegion()));
   }
 
   static std::string escapeString(std::string String) {





More information about the llvm-commits mailing list