This is the mail archive of the gcc-patches@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: [PATCH] Texinfo documentation improvements


On Saturday 27 November 2004 00:45, Gerald Pfeifer wrote:

> > 	* doc/passes.texi (Pass Manager): Correct list of source files.

> PS: Steven, would you mind doing me a favor and review/possibly apply
> the following hunk of the original patch?  (ChangeLog is above.)
>
> Index: gcc/doc/passes.texi
> ===================================================================
> RCS file: /e/cvs/gcc/gcc/doc/passes.texi,v
> retrieving revision 1.2
> diff -c -3 -F@node -r1.2 passes.texi
> *** gcc/doc/passes.texi	30 Oct 2004 20:58:24 -0000	1.2
> --- gcc/doc/passes.texi	30 Oct 2004 21:58:56 -0000
> *************** @node Gimplification pass
> *** 146,152 ****
>   @node Pass manager
>   @section Pass manager
>
> ! The pass manager is located in @file{passes.c} and @file{passes.h}.
>   Its job is to run all of the individual passes in the correct order,
>   and take care of standard bookkeeping that applies to every pass.
>
> --- 146,153 ----
>   @node Pass manager
>   @section Pass manager
>
> ! The pass manager is located in @file{passes.c}, @file{tree-optimize.c}
> ! and @file{tree-pass.h}.
>   Its job is to run all of the individual passes in the correct order,
>   and take care of standard bookkeeping that applies to every pass.

Since those are the files where the pass manager files is implemented
right now, I suppose the patch is OK.  Probably for 4.1 we'll have to
look at this again if we are going to use the pass manager for RTL
passes as well.

Gr.
Steven


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