2014-10-21 Andrew MacLeod <amacleod@redhat.com>
commitf7b51129d8a7b6c188e9cf801f7dd8e2bd06c2a3
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Oct 2014 15:17:12 +0000 (21 15:17 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Oct 2014 15:17:12 +0000 (21 15:17 +0000)
treed97aa618a7b800cfd54f614af5d144b8805bd39a
parentaa63559354d6944bc5eb879ed4fc9b3eee2ec99e
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216518 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.h [new file with mode: 0644]
gcc/cfganal.h [new file with mode: 0644]
gcc/cfgloop.h
gcc/lcm.h [new file with mode: 0644]
gcc/loop-init.c
gcc/loop-unroll.c
gcc/loop-unroll.h [new file with mode: 0644]
gcc/modulo-sched.c