Commit ac534736 by Ben Elliston Committed by Ben Elliston

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
parent d96f6b59
2004-06-17 Ben Elliston <bje@au.ibm.com> 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-ander.h: Add standard top-of-file comment.
* tree-alias-common.h: Likewise. * tree-alias-common.h: Likewise.
* tree-alias-type.h: Likewise. * tree-alias-type.h: Likewise.
......
...@@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GCC; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
...@@ -26,10 +27,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ...@@ -26,10 +27,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "tree-alias-type.h" #include "tree-alias-type.h"
#include "bitmap.h" #include "bitmap.h"
#include "tree-alias-common.h" #include "tree-alias-common.h"
/* If we have andersen's points-to analysis, include it. */ /* If we have andersen's points-to analysis, include it. */
#ifdef HAVE_BANSHEE #ifdef HAVE_BANSHEE
#include "tree-alias-ander.h" #include "tree-alias-ander.h"
#endif #endif
#include "flags.h" #include "flags.h"
#include "rtl.h" #include "rtl.h"
#include "tm_p.h" #include "tm_p.h"
......
/* Control and data flow functions for trees. /* Tree inlining.
Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Alexandre Oliva <aoliva@redhat.com> Contributed by Alexandre Oliva <aoliva@redhat.com>
......
/* Control and data flow functions for trees. /* Top-level control of tree optimizations.
Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Diego Novillo <dnovillo@redhat.com> Contributed by Diego Novillo <dnovillo@redhat.com>
......
/* Tail calls optimization on trees. /* Tail call optimization on trees.
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment