]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
graphite-scop-detection.c: Include tree-ssa-propagate,h.
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 2 Oct 2013 19:41:14 +0000 (19:41 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 2 Oct 2013 19:41:14 +0000 (19:41 +0000)
* graphite-scop-detection.c: Include tree-ssa-propagate,h.
* graphite-sese-to-poly.c: Include tree-ssa-propagate.h.

From-SVN: r203129

gcc/ChangeLog
gcc/graphite-scop-detection.c
gcc/graphite-sese-to-poly.c

index be3dc782309b52369bfdbfeaadabe383a8caae3c..39df05220b40572d110025cb860bbec9c88b10d9 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-02  Andrew MacLeod  <amacleod@redhat.com>
+
+       * graphite-scop-detection.c: Include tree-ssa-propagate,h.
+       * graphite-sese-to-poly.c: Include tree-ssa-propagate.h.
+
 2013-10-02  Teresa Johnson  <tejohnson@google.com>
 
        * dojump.c (do_jump_1): Divide probability between
index d2b8a2d04241093a939f635f673cdba41a103678..91d3d85ae0cff9b8c11160f09243787b20634b61 100644 (file)
@@ -38,6 +38,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-scalar-evolution.h"
 #include "tree-pass.h"
 #include "sese.h"
+#include "tree-ssa-propagate.h"
 
 #ifdef HAVE_cloog
 #include "graphite-poly.h"
index 2d882060ab5d8475ee98b6bf16a18a81da0d9a3a..3e5541ab8349fc4fa765f66f29edabb30ad85dac 100644 (file)
@@ -41,6 +41,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-scalar-evolution.h"
 #include "domwalk.h"
 #include "sese.h"
+#include "tree-ssa-propagate.h"
 
 #ifdef HAVE_cloog
 #include "graphite-poly.h"