This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Documentation for loop infrastructure


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]