diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-16 12:01:34 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-16 12:01:34 +0000 |
commit | 7a1c57d3cd31878f465b077491e9c4e47a44f813 (patch) | |
tree | 3a5894d2ae17946bba033abda443bc41a04acbfe /gcc/graphite-dependences.c | |
parent | ee44c28d39db91a3f562fdff9b1689d039c04023 (diff) | |
download | gcc-7a1c57d3cd31878f465b077491e9c4e47a44f813.zip gcc-7a1c57d3cd31878f465b077491e9c4e47a44f813.tar.gz gcc-7a1c57d3cd31878f465b077491e9c4e47a44f813.tar.bz2 |
graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h for pass TODO flags.
* graphite-clast-to-gimple.c, graphite-dependences.c,
graphite-sese-to-poly.c: Include tree-pass.h instead of dumpfile.h
for pass TODO flags.
* Makefile.in: Fix dependencies.
From-SVN: r189524
Diffstat (limited to 'gcc/graphite-dependences.c')
-rw-r--r-- | gcc/graphite-dependences.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-dependences.c b/gcc/graphite-dependences.c index 01d3446..3d7a96f 100644 --- a/gcc/graphite-dependences.c +++ b/gcc/graphite-dependences.c @@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tree-flow.h" -#include "dumpfile.h" +#include "tree-pass.h" #include "cfgloop.h" #include "tree-chrec.h" #include "tree-data-ref.h" |