summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Lexicon.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-08 16:59:49 +0000
committerChris Lattner <sabre@nondot.org>2006-02-08 16:59:49 +0000
commit4999a5c0c76e98e0ebc00135c75798cc5d8b6369 (patch)
treecda0998c9bb497b9fdd28a152cbcbec0fb36376a /llvm/docs/Lexicon.html
parentdf5ef770b6ced52268a0ba523e8ed6275c5d0bd3 (diff)
downloadbcm5719-llvm-4999a5c0c76e98e0ebc00135c75798cc5d8b6369.tar.gz
bcm5719-llvm-4999a5c0c76e98e0ebc00135c75798cc5d8b6369.zip
Add SRoA to the lexicon. Patch by Marco Matthies!
llvm-svn: 26060
Diffstat (limited to 'llvm/docs/Lexicon.html')
-rw-r--r--llvm/docs/Lexicon.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/Lexicon.html b/llvm/docs/Lexicon.html
index 14510b46625..ed76e0e49f4 100644
--- a/llvm/docs/Lexicon.html
+++ b/llvm/docs/Lexicon.html
@@ -55,6 +55,7 @@
<tr>
<td><a href="#SCC">SCC</a></td>
<td><a href="#SCCP">SCCP</a></td>
+ <td><a href="#SRoA">SRoA</a></td>
<td><a href="#SSA">SSA</a></td>
</tr>
</table>
@@ -155,6 +156,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
<dd>Strongly Connected Component</dd>
<dt><a name="SCCP"><b>SCCP</b></a></dt>
<dd>Sparse Conditional Constant Propagation</dd>
+ <dt><a name="SRoA"><b>SRoA</b></a></dt>
+ <dd>Scalar Replacement of Aggregates</dd>
<dt><a name="SSA"><b>SSA</b></a></dt>
<dd>Static Single Assignment</dd>
</dl>
OpenPOWER on IntegriCloud