aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-06-17 05:13:30 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-06-17 15:13:30 +1000
commitac5347368c5e7943a853427d42c8dd0ca2958939 (patch)
treed7f0add8691b6d76090269c9f86385b5c5088afe /gcc
parentd96f6b597e22d1667bdf50ec71dd2b0fef9d1a15 (diff)
downloadgcc-ac5347368c5e7943a853427d42c8dd0ca2958939.zip
gcc-ac5347368c5e7943a853427d42c8dd0ca2958939.tar.gz
gcc-ac5347368c5e7943a853427d42c8dd0ca2958939.tar.bz2
tree-alias-common.c: Add whitespace.
* 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/tree-alias-common.c3
-rw-r--r--gcc/tree-inline.c2
-rw-r--r--gcc/tree-optimize.c2
-rw-r--r--gcc/tree-tailcall.c2
5 files changed, 11 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0211e51..5c07681 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/tree-alias-common.c b/gcc/tree-alias-common.c
index f13b7df..33ef6d3 100644
--- a/gcc/tree-alias-common.c
+++ b/gcc/tree-alias-common.c
@@ -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"
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index 0ed3621..d5ceac6 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -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>
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c
index ad82644..16ddd8f 100644
--- a/gcc/tree-optimize.c
+++ b/gcc/tree-optimize.c
@@ -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>
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c
index 379594e..622c4e9 100644
--- a/gcc/tree-tailcall.c
+++ b/gcc/tree-tailcall.c
@@ -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.