This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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 Sat, 27 Nov 2004, Steven Bosscher wrote:
>> PS: Steven, would you mind doing me a favor and review/possibly apply
>> the following hunk of the original patch?  (ChangeLog is above.)
> Since those are the files where the pass manager files is implemented
> right now, I suppose the patch is OK.

Thanks, Steven.  I just committed the following patch.

Gerald


2004-12-12  Di-an Jan  <dianj@freeshell.org>  

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

Index: doc/passes.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.47
diff -u -3 -p -r1.47 passes.texi
--- doc/passes.texi	5 Nov 2004 01:36:56 -0000	1.47
+++ doc/passes.texi	12 Dec 2004 21:34:13 -0000
@@ -146,7 +146,8 @@ semantic checks), it should return @code
 @node Pass manager
 @section Pass manager
 
-The pass manager is located in @file{passes.c} and @file{passes.h}.
+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.
 


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