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:
parent
002ee4d12f
commit
440917de66
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user