Commit 440917de by Andrew MacLeod Committed by Andrew Macleod

graphite-scop-detection.c: Include tree-ssa-propagate,h.


	* graphite-scop-detection.c: Include tree-ssa-propagate,h.
	* graphite-sese-to-poly.c: Include tree-ssa-propagate.h.

From-SVN: r203129
parent 002ee4d1
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> 2013-10-02 Teresa Johnson <tejohnson@google.com>
* dojump.c (do_jump_1): Divide probability between * dojump.c (do_jump_1): Divide probability between
......
...@@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see
#include "tree-scalar-evolution.h" #include "tree-scalar-evolution.h"
#include "tree-pass.h" #include "tree-pass.h"
#include "sese.h" #include "sese.h"
#include "tree-ssa-propagate.h"
#ifdef HAVE_cloog #ifdef HAVE_cloog
#include "graphite-poly.h" #include "graphite-poly.h"
......
...@@ -41,6 +41,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -41,6 +41,7 @@ along with GCC; see the file COPYING3. If not see
#include "tree-scalar-evolution.h" #include "tree-scalar-evolution.h"
#include "domwalk.h" #include "domwalk.h"
#include "sese.h" #include "sese.h"
#include "tree-ssa-propagate.h"
#ifdef HAVE_cloog #ifdef HAVE_cloog
#include "graphite-poly.h" #include "graphite-poly.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment