[llvm-commits] [poolalloc] r59045 - /poolalloc/trunk/lib/DSA/Local.cpp

John Criswell criswell at uiuc.edu
Tue Nov 11 08:29:33 PST 2008


Author: criswell
Date: Tue Nov 11 10:29:15 2008
New Revision: 59045

URL: http://llvm.org/viewvc/llvm-project?rev=59045&view=rev
Log:
Wrapped comments to 80 columns.
No functionality changes.

Modified:
    poolalloc/trunk/lib/DSA/Local.cpp

Modified: poolalloc/trunk/lib/DSA/Local.cpp
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/lib/DSA/Local.cpp?rev=59045&r1=59044&r2=59045&view=diff

==============================================================================
--- poolalloc/trunk/lib/DSA/Local.cpp (original)
+++ poolalloc/trunk/lib/DSA/Local.cpp Tue Nov 11 10:29:15 2008
@@ -132,13 +132,14 @@
         }
       }
 
-      // Create an entry for the return, which tracks which functions are in the graph
+      // Create an entry for the return, which tracks which functions are in
+      // the graph
       g.getOrCreateReturnNodeFor(f);
 
       visit(f);  // Single pass over the function
 
-      // If there are any constant globals referenced in this function, merge their
-      // initializers into the local graph from the globals graph.
+      // If there are any constant globals referenced in this function, merge
+      // their initializers into the local graph from the globals graph.
       if (g.getScalarMap().global_begin() != g.getScalarMap().global_end()) {
         ReachabilityCloner RC(&g, g.getGlobalsGraph(), 0);
         





More information about the llvm-commits mailing list