This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Documentation for loop infrastructure
- From: Rask Ingemann Lambertsen <rask at sygehus dot dk>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 26 Jul 2006 11:21:19 +0200
- Subject: Re: Documentation for loop infrastructure
- References: <20060724185729.GA8086@atrey.karlin.mff.cuni.cz>
On Mon, Jul 24, 2006 at 08:57:29PM +0200, Zdenek Dvorak wrote:
> + @node Loop Representation
> + @chapter Analysis and Representation of Loops
> +
> + GCC provides extensive infrastructure for work with natural loops,
> + i.e., strongly connected components of CFG with only one entry block.
> + This chapter describes representation of loops in GCC, both on trees
> + and in RTL, as well as the interfaces to loop-related analyses
> + (induction variable analysis and number of iterations analysis).
s/for work with/for working with/ ?
s/on trees/in trees/
s/analyses/analysis/
--
Rask Ingemann Lambertsen