Commit 821f6218 by Mike Stump Committed by Mike Stump

gccint.texi (Top): Rename Loop Representation to Loop Analysis and…

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
parent 456cc5cf
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> 2007-01-28 Daniel Berlin <dberlin@dberlin.org>
* tree.h (struct tree_memory_tag): Add aliases member. * tree.h (struct tree_memory_tag): Add aliases member.
......
...@@ -111,7 +111,7 @@ Additional tutorial information is linked to from ...@@ -111,7 +111,7 @@ Additional tutorial information is linked to from
* RTL:: The intermediate representation that most passes work on. * RTL:: The intermediate representation that most passes work on.
* Control Flow:: Maintaining and manipulating the control flow graph. * Control Flow:: Maintaining and manipulating the control flow graph.
* Tree SSA:: Analysis and optimization of the tree representation. * 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. * Machine Desc:: How to write machine description instruction patterns.
* Target Macros:: How to write the machine description C macros and functions. * Target Macros:: How to write the machine description C macros and functions.
* Host Config:: Writing the @file{xm-@var{machine}.h} file. * Host Config:: Writing the @file{xm-@var{machine}.h} file.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
@c Loop Representation @c Loop Representation
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
@node Loop Representation @node Loop Analysis and Representation
@chapter Analysis and Representation of Loops @chapter Analysis and Representation of Loops
GCC provides extensive infrastructure for work with natural loops, i.e., GCC provides extensive infrastructure for work with natural loops, i.e.,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment