Add RPO to the lexicon.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 20 May 2012 20:30:47 +0000 (20:30 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 20 May 2012 20:30:47 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157166 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Lexicon.html

index f43eff5931c11ae5b97309cd3db57bd0ce1f6ee2..60d90167c946ffa83a7abc6d6c5632dc47c1043d 100644 (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>