]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/loop-unroll.h
cfg.h: New.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 21 Oct 2014 15:17:12 +0000 (15:17 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Tue, 21 Oct 2014 15:17:12 +0000 (15:17 +0000)
commitdd637013f6c780d6ae06607f5188002359ac9f4a
treed97aa618a7b800cfd54f614af5d144b8805bd39a
parenteb8a3cca947b3912ca890a25753e6b1aebba6089
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
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