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
This commit is contained in:
Andrew MacLeod 2013-10-02 19:41:14 +00:00 committed by Andrew Macleod
parent 002ee4d12f
commit 440917de66
3 changed files with 7 additions and 0 deletions

View 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

View 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"

View 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"