diff options
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" |