aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2007-01-29 20:10:33 +0000
committerMike Stump <mrs@gcc.gnu.org>2007-01-29 20:10:33 +0000
commit821f6218d7f392e2706d3e6b3a2eefce63c9edd5 (patch)
tree83658bec0bca38230e7af76c5dce89f4138c1942 /gcc
parent456cc5cf65e65182129422f96925534dc8a20777 (diff)
downloadgcc-821f6218d7f392e2706d3e6b3a2eefce63c9edd5.zip
gcc-821f6218d7f392e2706d3e6b3a2eefce63c9edd5.tar.gz
gcc-821f6218d7f392e2706d3e6b3a2eefce63c9edd5.tar.bz2
gccint.texi (Top): Rename Loop Representation to Loop Analysis and Representation to resolve case...
* doc/gccint.texi (Top): Rename Loop Representation to Loop Analysis and Representation to resolve case insensitive conflict. * doc/loop.texi (Loop Analysis and Representation): Likewise. From-SVN: r121306
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/gccint.texi2
-rw-r--r--gcc/doc/loop.texi2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f389a62..63c8aa8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-29 Mike Stump <mrs@apple.com>
+
+ * doc/gccint.texi (Top): Rename Loop Representation to Loop
+ Analysis and Representation to resolve case insensitive conflict.
+ * doc/loop.texi (Loop Analysis and Representation): Likewise.
+
2007-01-28 Daniel Berlin <dberlin@dberlin.org>
* tree.h (struct tree_memory_tag): Add aliases member.
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi
index 071c74c..085ff1a 100644
--- a/gcc/doc/gccint.texi
+++ b/gcc/doc/gccint.texi
@@ -111,7 +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
+* Loop Analysis and 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.
diff --git a/gcc/doc/loop.texi b/gcc/doc/loop.texi
index fee30f8e..fade89d 100644
--- a/gcc/doc/loop.texi
+++ b/gcc/doc/loop.texi
@@ -7,7 +7,7 @@
@c Loop Representation
@c ---------------------------------------------------------------------
-@node Loop Representation
+@node Loop Analysis and Representation
@chapter Analysis and Representation of Loops
GCC provides extensive infrastructure for work with natural loops, i.e.,