From 59f7f2156a770bfeb91ea672faeb64fefe9d69f4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 29 Nov 2005 01:34:50 +0000 Subject: Add "SCC" to the lexicon. Patch provided by Marco Matthies, thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24509 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Lexicon.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/Lexicon.html') diff --git a/docs/Lexicon.html b/docs/Lexicon.html index 0235102032..14510b4662 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -53,6 +53,7 @@ - S - + SCC SCCP SSA @@ -150,8 +151,10 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- S -
+
SCC
+
Strongly Connected Component
SCCP
-
Sparse Conditional Constant Propagation +
Sparse Conditional Constant Propagation
SSA
Static Single Assignment
-- cgit v1.2.3