diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2015-07-13 15:41:54 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2015-07-13 15:41:54 +0000 |
commit | 9c358739d7507b19f6834486a4a42ce37c8a90cb (patch) | |
tree | 473c57c4046fe7fe7edfe90a2c0ec44696d55f32 /gcc/graphite-poly.h | |
parent | 73358db5d1c338040b4461bd84d2bafc11aaf9f0 (diff) | |
download | gcc-9c358739d7507b19f6834486a4a42ce37c8a90cb.zip gcc-9c358739d7507b19f6834486a4a42ce37c8a90cb.tar.gz gcc-9c358739d7507b19f6834486a4a42ce37c8a90cb.tar.bz2 |
omega.h: Don't include config.h...
* omega.h: Don't include config.h, don't include params.h again if
omega.h has already been included.
* graphite-poly.h: Include sese.h.
* graphite.c: Don't include sese.h, remove needless includes and
minimize includes outside #ifdef HAVE_isl block.
* graphite-blocking.c: Don't include sese.h, remove needless includes,
and wrap entire file in #ifdef HAVE_isl
* graphite-dependences.c: Likewise.
* graphite-interchange.c: Likewise.
* graphite-isl-ast-to-gimple.c: Likewise.
* graphite-optimize-isl.c: Likewise.
* graphite-poly.c: Likewise.
* graphite-scop-detection.c: Likewise.
* graphite-sese-to-poly.c: Likewise.
From-SVN: r225741
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index afc0121..7ffd18e 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -22,6 +22,8 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_GRAPHITE_POLY_H #define GCC_GRAPHITE_POLY_H +#include "sese.h" + typedef struct poly_dr *poly_dr_p; typedef struct poly_bb *poly_bb_p; |