diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2014-10-21 15:17:12 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2014-10-21 15:17:12 +0000 |
commit | dd637013f6c780d6ae06607f5188002359ac9f4a (patch) | |
tree | d97aa618a7b800cfd54f614af5d144b8805bd39a /gcc/modulo-sched.c | |
parent | eb8a3cca947b3912ca890a25753e6b1aebba6089 (diff) | |
download | gcc-dd637013f6c780d6ae06607f5188002359ac9f4a.tar.gz |
cfg.h: New.
2014-10-21 Andrew MacLeod <amacleod@redhat.com>
* cfg.h: New. Header file for cfg.c.
* cfganal.h: New. Header file for cfganal.c.
* lcm.h: New. Header file for lcm.c.
* loop-unroll.h: New. Header file for loop-unroll.h.
* cfgloop.h: (unroll_loops): Remove prototype.
* basic-block.h: Move prototypes and structs to new header files.
Include cfg.h, cfganal.h, and lcm.h.
* loop-init.c: Include loop-unroll.h.
* loop-unroll.c: (referenced_in_one_insn_in_loop_p): Make static.
* modulo-sched.c: Include loop-unroll.h.
From-SVN: r216518
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 52cc37628c3..4a745fddbe5 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -50,6 +50,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "dbgcnt.h" #include "df.h" +#include "loop-unroll.h" #ifdef INSN_SCHEDULING |