]> gcc.gnu.org Git - gcc.git/commitdiff
gccint.texi (Top): Rename Loop Representation to Loop Analysis and Representation...
authorMike Stump <mrs@apple.com>
Mon, 29 Jan 2007 20:10:33 +0000 (20:10 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 29 Jan 2007 20:10:33 +0000 (20:10 +0000)
* 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

gcc/ChangeLog
gcc/doc/gccint.texi
gcc/doc/loop.texi

index f389a62056a3acdff849e0909e731a3342642a10..63c8aa81c6b3afab97dff92491855084595249bc 100644 (file)
@@ -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.
index 071c74cd4d7324a91c9f57f1982103ccdb63da4b..085ff1a873402ea9ae12c482eb3348dbb31a5c55 100644 (file)
@@ -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.
index fee30f8ec655c12a2c896c98e0f472d6fe481256..fade89d32e8dc72951756476046930e1d02597f4 100644 (file)
@@ -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.,
This page took 0.065813 seconds and 5 git commands to generate.