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-inline.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-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |