summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2014-10-21 15:17:12 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2014-10-21 15:17:12 +0000
commitdd637013f6c780d6ae06607f5188002359ac9f4a (patch)
treed97aa618a7b800cfd54f614af5d144b8805bd39a /gcc/loop-unroll.c
parenteb8a3cca947b3912ca890a25753e6b1aebba6089 (diff)
downloadgcc-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/loop-unroll.c')
-rw-r--r--gcc/loop-unroll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c
index c9a08124de5..d68b8467b3d 100644
--- a/gcc/loop-unroll.c
+++ b/gcc/loop-unroll.c
@@ -1236,7 +1236,7 @@ unroll_loop_stupid (struct loop *loop)
Set *DEBUG_USES to the number of debug insns that reference the
variable. */
-bool
+static bool
referenced_in_one_insn_in_loop_p (struct loop *loop, rtx reg,
int *debug_uses)
{