]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h for...
authorSteven Bosscher <steven@gcc.gnu.org>
Mon, 16 Jul 2012 12:01:34 +0000 (12:01 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Mon, 16 Jul 2012 12:01:34 +0000 (12:01 +0000)
* 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

gcc/ChangeLog
gcc/Makefile.in
gcc/graphite-clast-to-gimple.c
gcc/graphite-dependences.c
gcc/graphite-sese-to-poly.c

index 6c6ecff72cd8cd3c2c1da43eb9e31d621e2699b4..6e4f50a0f12d9f768e0806b61ff84ff676df245f 100644 (file)
@@ -1,3 +1,10 @@
+2012-07-16  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * 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.
+
 2012-07-16  Steven Bosscher  <steven@gcc.gnu.org>
 
        * haifa-sched.c (init_before_recovery): Do not set EDGE_CAN_FALLTHRU.
index 46c7a40c36e70b8744225cc5e0ab1b8ef3e25df7..d48c696e83117aa380a38118c0b60037e1aad49b 100644 (file)
@@ -2541,11 +2541,11 @@ graphite-blocking.o : graphite-blocking.c $(CONFIG_H) $(SYSTEM_H) \
    coretypes.h dumpfile.h $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
    sese.h graphite-poly.h
 graphite-clast-to-gimple.o : graphite-clast-to-gimple.c $(CONFIG_H) \
-   $(SYSTEM_H) coretypes.h dumpfile.h $(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) \
+   $(SYSTEM_H) coretypes.h $(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) $(TREE_PASS_H) \
    $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h \
    graphite-poly.h graphite-clast-to-gimple.h
 graphite-dependences.o : graphite-dependences.c $(CONFIG_H) $(SYSTEM_H) \
-   coretypes.h dumpfile.h $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
+   coretypes.h $(TREE_FLOW_H) $(TREE_PASS_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
    sese.h graphite-poly.h
 graphite-interchange.o : graphite-interchange.c $(CONFIG_H) $(SYSTEM_H) \
    coretypes.h dumpfile.h $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
@@ -2557,7 +2557,7 @@ graphite-scop-detection.o : graphite-scop-detection.c $(CONFIG_H) $(SYSTEM_H) \
    coretypes.h $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) $(TREE_PASS_H) \
    sese.h graphite-poly.h graphite-scop-detection.h
 graphite-sese-to-poly.o : graphite-sese-to-poly.c $(CONFIG_H) \
-   $(SYSTEM_H) coretypes.h dumpfile.h $(TREE_FLOW_H) $(CFGLOOP_H) \
+   $(SYSTEM_H) coretypes.h $(TREE_FLOW_H) $(TREE_PASS_H) $(CFGLOOP_H) \
    $(TREE_DATA_REF_H) domwalk.h sese.h graphite-poly.h \
    graphite-sese-to-poly.h
 graphite-optimize-isl.o : graphite-optimize-isl.c $(CONFIG_H) $(SYSTEM_H) \
index c89a26b28230243e6c5315bffeac86b7241189bc..103a639b674927c311a36d9c2a39519cfd4eb256 100644 (file)
@@ -36,7 +36,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "diagnostic-core.h"
 #include "tree-flow.h"
-#include "dumpfile.h"
+#include "tree-pass.h"
 #include "cfgloop.h"
 #include "tree-chrec.h"
 #include "tree-data-ref.h"
index 01d34462d7778e4669647b0dcbe539ec206a8df5..3d7a96f5363d9a80406c6aca0f0df3137be34bc6 100644 (file)
@@ -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"
index 98a5857b52b500a62921d929021eb58141c6c1a3..c421d9699c9784033430502adfd31bb862005f8a 100644 (file)
@@ -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"