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]

more comment fixes to tree-*


Committed as obvious.  More things found by reading code :-)

2004-06-17  Ben Elliston  <bje@au.ibm.com>

	* tree-alias-common.c: Add whitespace.
	* tree-inline.c: Correct comment about this file's purpose.
	* tree-optimize.c: Likewise.
	* tree-tailcall.c: Likewise.

Index: tree-alias-common.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-alias-common.c,v
retrieving revision 2.3
diff -u -r2.3 tree-alias-common.c
--- tree-alias-common.c	30 May 2004 18:32:28 -0000	2.3
+++ tree-alias-common.c	17 Jun 2004 05:10:01 -0000
@@ -18,6 +18,7 @@
 along with GCC; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
@@ -26,10 +27,12 @@
 #include "tree-alias-type.h"
 #include "bitmap.h"
 #include "tree-alias-common.h"
+
 /* If we have andersen's points-to analysis, include it.  */
 #ifdef HAVE_BANSHEE
 #include "tree-alias-ander.h"
 #endif
+
 #include "flags.h"
 #include "rtl.h"
 #include "tm_p.h"
Index: tree-inline.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-inline.c,v
retrieving revision 1.108
diff -u -r1.108 tree-inline.c
--- tree-inline.c	16 Jun 2004 18:21:12 -0000	1.108
+++ tree-inline.c	17 Jun 2004 05:10:03 -0000
@@ -1,4 +1,4 @@
-/* Control and data flow functions for trees.
+/* Tree inlining.
    Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alexandre Oliva <aoliva@redhat.com>
 
Index: tree-optimize.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-optimize.c,v
retrieving revision 2.18
diff -u -r2.18 tree-optimize.c
--- tree-optimize.c	16 Jun 2004 07:25:52 -0000	2.18
+++ tree-optimize.c	17 Jun 2004 05:10:04 -0000
@@ -1,4 +1,4 @@
-/* Control and data flow functions for trees.
+/* Top-level control of tree optimizations.
    Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@redhat.com>
 
Index: tree-tailcall.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-tailcall.c,v
retrieving revision 2.9
diff -u -r2.9 tree-tailcall.c
--- tree-tailcall.c	16 Jun 2004 23:03:34 -0000	2.9
+++ tree-tailcall.c	17 Jun 2004 05:10:04 -0000
@@ -1,4 +1,4 @@
-/* Tail calls optimization on trees.
+/* Tail call optimization on trees.
    Copyright (C) 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.


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