From 50684f95305bc5e6dcab6533e330d66e7ec975fc Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Tue, 21 Oct 2014 16:29:55 +0000 Subject: [PATCH] loop-doloop.c: Include loop-unroll.h. 2014-10-21 Andrew MacLeod * loop-doloop.c: Include loop-unroll.h. From-SVN: r216521 --- gcc/ChangeLog | 4 ++++ gcc/loop-doloop.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2c6a8199ae0..f29decfb566 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-21 Andrew MacLeod + + * loop-doloop.c: Include loop-unroll.h. + 2014-10-21 Andrew MacLeod * cfg.h: New. Header file for cfg.c. diff --git a/gcc/loop-doloop.c b/gcc/loop-doloop.c index f7cee7b1433..84a41943e14 100644 --- a/gcc/loop-doloop.c +++ b/gcc/loop-doloop.c @@ -33,6 +33,7 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "target.h" #include "dumpfile.h" +#include "loop-unroll.h" /* This module is used to modify loops with a determinable number of iterations to use special low-overhead looping instructions. -- 2.30.2