diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-17 05:13:30 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-17 05:13:30 +0000 |
commit | 5d94cf4d7db6cb38d40e0ace8fe89f3326cb0f37 (patch) | |
tree | d7f0add8691b6d76090269c9f86385b5c5088afe /gcc/tree-alias-common.c | |
parent | fe15db91783d3885fec8ecd39f212848800648e0 (diff) | |
download | gcc-5d94cf4d7db6cb38d40e0ace8fe89f3326cb0f37.tar.gz |
* tree-alias-common.c: Add whitespace.
* tree-inline.c: Correct comment about this file's purpose.
* tree-optimize.c: Likewise.
* tree-tailcall.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83286 138bc75d-0d04-0410-961f-82ee72b054a4
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 f13b7df78c6..33ef6d34db3 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" |