From 4999a5c0c76e98e0ebc00135c75798cc5d8b6369 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 8 Feb 2006 16:59:49 +0000 Subject: [PATCH] Add SRoA to the lexicon. Patch by Marco Matthies! llvm-svn: 26060 --- llvm/docs/Lexicon.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/Lexicon.html b/llvm/docs/Lexicon.html index 14510b466258..ed76e0e49f4d 100644 --- a/llvm/docs/Lexicon.html +++ b/llvm/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