From: Chris Lattner Date: Wed, 8 Feb 2006 16:59:49 +0000 (+0000) Subject: Add SRoA to the lexicon. Patch by Marco Matthies! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ed51a0fb9287c7bf583e1794168decf24d15859f;p=oota-llvm.git Add SRoA to the lexicon. Patch by Marco Matthies! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26060 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Lexicon.html b/docs/Lexicon.html index 14510b46625..ed76e0e49f4 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -55,6 +55,7 @@ SCC SCCP + SRoA SSA @@ -155,6 +156,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
Strongly Connected Component
SCCP
Sparse Conditional Constant Propagation
+
SRoA
+
Scalar Replacement of Aggregates
SSA
Static Single Assignment