1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Add RPO to the lexicon.

llvm-svn: 157166
This commit is contained in:
Nick Lewycky 2012-05-20 20:30:47 +00:00
parent e9ba1b5df0
commit c86575e757

View File

@ -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 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
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>