[llvm-commits] [poolalloc] r115775 - /poolalloc/trunk/dsa-manual/manual.tex
Patrick Simmons
simmon12 at illinois.edu
Wed Oct 6 03:29:49 PDT 2010
Author: psimmons
Date: Wed Oct 6 05:29:49 2010
New Revision: 115775
URL: http://llvm.org/viewvc/llvm-project?rev=115775&view=rev
Log:
fix typo in manual
Modified:
poolalloc/trunk/dsa-manual/manual.tex
Modified: poolalloc/trunk/dsa-manual/manual.tex
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/dsa-manual/manual.tex?rev=115775&r1=115774&r2=115775&view=diff
==============================================================================
--- poolalloc/trunk/dsa-manual/manual.tex (original)
+++ poolalloc/trunk/dsa-manual/manual.tex Wed Oct 6 05:29:49 2010
@@ -101,7 +101,7 @@
and nodes reachable from global variables. The globals graph contains
exactly those DSNodes which are reachable from some DSNode
representing a global variable. The existence and design of this
-graph is partly motivated by internal DSA optimizations unlikely to be
+graph are partly motivated by internal DSA optimizations unlikely to be
of concern to clients.
It is important not to confuse the globals graph with the
More information about the llvm-commits
mailing list