diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-06-17 05:13:30 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2004-06-17 15:13:30 +1000 |
commit | ac5347368c5e7943a853427d42c8dd0ca2958939 (patch) | |
tree | d7f0add8691b6d76090269c9f86385b5c5088afe /gcc/tree-alias-common.c | |
parent | d96f6b597e22d1667bdf50ec71dd2b0fef9d1a15 (diff) | |
download | gcc-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/tree-alias-common.c')
-rw-r--r-- | gcc/tree-alias-common.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |