[llvm-commits] [llvm] r157166 - /llvm/trunk/docs/Lexicon.html
Nick Lewycky
nicholas at mxc.ca
Sun May 20 13:30:47 PDT 2012
Author: nicholas
Date: Sun May 20 15:30:47 2012
New Revision: 157166
URL: http://llvm.org/viewvc/llvm-project?rev=157166&view=rev
Log:
Add RPO to the lexicon.
Modified:
llvm/trunk/docs/Lexicon.html
Modified: llvm/trunk/docs/Lexicon.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Lexicon.html?rev=157166&r1=157165&r2=157166&view=diff
==============================================================================
--- llvm/trunk/docs/Lexicon.html (original)
+++ llvm/trunk/docs/Lexicon.html Sun May 20 15:30:47 2012
@@ -73,6 +73,7 @@
<td><a href="#RAUW">RAUW</a></td>
<td><a href="#Reassociation">Reassociation</a></td>
<td><a href="#Root">Root</a></td>
+ <td><a href="#RPO">RPO</a></td>
</tr>
<tr><th colspan="8"><b>- <a href="#S">S</a> -</b></th></tr>
<tr>
@@ -243,6 +244,7 @@
the collector begins its reachability analysis. In the context of code
generation, "root" almost always refers to a "stack root" -- a local or
temporary variable within an executing function.</dd>
+ <dt><a name="RPO"><b>RPO</b></a></dt> <dd>Reverse postorder</dd>
</dl>
</div>
More information about the llvm-commits
mailing list