summaryrefslogtreecommitdiff
path: root/gcc/doc/gccint.texi
diff options
context:
space:
mode:
authorrakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-28 12:02:11 +0000
committerrakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-28 12:02:11 +0000
commit93d414c906d064f865438e5480e8064da81cf0aa (patch)
treebec34abc87a3dcd7158d4005b56599307901db0d /gcc/doc/gccint.texi
parent6a53b02d23e554abfdbfbcaf2c0bd124e7ec47e9 (diff)
downloadgcc-93d414c906d064f865438e5480e8064da81cf0aa.tar.gz
* doc/loop.texi: New file.
* doc/gccint.texi: Reference loop.texi. * Makefile.in (loop.texi): Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117277 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gccint.texi')
-rw-r--r--gcc/doc/gccint.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi
index da7680b9526..071c74cd4d7 100644
--- a/gcc/doc/gccint.texi
+++ b/gcc/doc/gccint.texi
@@ -111,6 +111,7 @@ Additional tutorial information is linked to from
* RTL:: The intermediate representation that most passes work on.
* Control Flow:: Maintaining and manipulating the control flow graph.
* Tree SSA:: Analysis and optimization of the tree representation.
+* Loop Representation:: Analysis and representation of loops
* Machine Desc:: How to write machine description instruction patterns.
* Target Macros:: How to write the machine description C macros and functions.
* Host Config:: Writing the @file{xm-@var{machine}.h} file.
@@ -141,6 +142,7 @@ Additional tutorial information is linked to from
@include passes.texi
@include c-tree.texi
@include tree-ssa.texi
+@include loop.texi
@include rtl.texi
@include cfg.texi
@include md.texi