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