diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-06-17 04:49:59 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2004-06-17 14:49:59 +1000 |
commit | d96f6b597e22d1667bdf50ec71dd2b0fef9d1a15 (patch) | |
tree | 889b5c6029f913c419ffa44e7f0bc7daa4a35d22 /gcc/tree-alias-ander.h | |
parent | f44272eef7d8d7945fd038db1b1c383ffad24ba7 (diff) | |
download | gcc-d96f6b597e22d1667bdf50ec71dd2b0fef9d1a15.zip gcc-d96f6b597e22d1667bdf50ec71dd2b0fef9d1a15.tar.gz gcc-d96f6b597e22d1667bdf50ec71dd2b0fef9d1a15.tar.bz2 |
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-type.h: Likewise.
From-SVN: r83285
Diffstat (limited to 'gcc/tree-alias-ander.h')
-rw-r--r-- | gcc/tree-alias-ander.h | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/gcc/tree-alias-ander.h b/gcc/tree-alias-ander.h index 92e313f..4af8b2c 100644 --- a/gcc/tree-alias-ander.h +++ b/gcc/tree-alias-ander.h @@ -1,7 +1,29 @@ +/* Tree based Andersen points-to analysis + Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Contributed by Daniel Berlin <dberlin@dberlin.org> + +This file is part of GCC. + +GCC is free software; you can redistribute it and/or modify +under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +GCC is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +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 +*/ + #ifndef TREE_ALIAS_ANDER #define TREE_ALIAS_ANDER -#include "tree-alias-common.h" +#include "tree-alias-common.h" extern struct tree_alias_ops *andersen_alias_ops; -#endif + +#endif /* TREE_ALIAS_ANDER */ |