tree-alias-common.c: Add whitespace.
authorBen Elliston <bje@au.ibm.com>
Thu, 17 Jun 2004 05:13:30 +0000 (05:13 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 17 Jun 2004 05:13:30 +0000 (15:13 +1000)
* tree-alias-common.c: Add whitespace.
* tree-inline.c: Correct comment about this file's purpose.
* tree-optimize.c: Likewise.
* tree-tailcall.c: Likewise.

From-SVN: r83286

gcc/ChangeLog
gcc/tree-alias-common.c
gcc/tree-inline.c
gcc/tree-optimize.c
gcc/tree-tailcall.c

index 0211e518c0f399be79fe26657c36f33901a81f03..5c07681ecc61577a266ecd4123c9d73cb6143a1c 100644 (file)
@@ -1,5 +1,10 @@
 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.
+       
        * tree-alias-ander.h: Add standard top-of-file comment.
        * tree-alias-common.h: Likewise.
        * tree-alias-type.h: Likewise.
index f13b7df78c69cb6dd0e787f8370e6e366d56d4bc..33ef6d34db3d25f5bf1f230faa600086cd77b72d 100644 (file)
@@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License
 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 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #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 0ed3621e86961355c92a0c2da15ceee6667c354c..d5ceac6d6c6f926fd44ebaccae81b76a9d4e1d45 100644 (file)
@@ -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 ad82644bd9296583ad164c3c84c97c2328d7bb4b..16ddd8fc368b5fc2f5c8db028a0ecf6abbd1bee3 100644 (file)
@@ -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 379594e9321df51108783dd99bd3ff322c9bb88c..622c4e9ac2b20bbacb3f6db615b5ab94692c9c86 100644 (file)
@@ -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.