aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gccint.texi
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2009-05-23 17:54:11 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-05-23 17:54:11 +0000
commit94324dae550a37823711fad728cbc0b045c7d9f7 (patch)
tree2e0fba325947b9a5acd42ddcd79a907d5f9bec36 /gcc/doc/gccint.texi
parent22702f93614e482a1e17970afdf58f5aa8a72369 (diff)
downloadgcc-94324dae550a37823711fad728cbc0b045c7d9f7.zip
gcc-94324dae550a37823711fad728cbc0b045c7d9f7.tar.gz
gcc-94324dae550a37823711fad728cbc0b045c7d9f7.tar.bz2
passes.texi: Standardize spelling of RTL, Tree and Tree SSA.
* doc/passes.texi: Standardize spelling of RTL, Tree and Tree SSA. Remove outdated reference to flow.c and fix nits. * doc/gccint.texi: Tweak RTL description. * doc/rtl.texi: Likewise. From-SVN: r147821
Diffstat (limited to 'gcc/doc/gccint.texi')
-rw-r--r--gcc/doc/gccint.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi
index 265244b..4014d37 100644
--- a/gcc/doc/gccint.texi
+++ b/gcc/doc/gccint.texi
@@ -109,10 +109,10 @@ Additional tutorial information is linked to from
* Options:: Option specification files.
* Passes:: Order of passes, what they do, and what each file is for.
* Trees:: The source representation used by the C and C++ front ends.
-* RTL:: The intermediate representation that most passes work on.
* GENERIC:: Language-independent representation generated by Front Ends
* GIMPLE:: Tuple representation used by Tree SSA optimizers
* Tree SSA:: Analysis and optimization of GIMPLE
+* RTL:: Machine-dependent low-level intermediate representation.
* Control Flow:: Maintaining and manipulating the control flow graph.
* Loop Analysis and Representation:: Analysis and representation of loops
* Machine Desc:: How to write machine description instruction patterns.