From: amacleod Date: Tue, 21 Oct 2014 16:29:55 +0000 (+0000) Subject: 2014-10-21 Andrew MacLeod X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d87e6a0301d7ed61fa27329f383a03dd0fade76d;p=thirdparty%2Fgcc.git 2014-10-21 Andrew MacLeod * loop-doloop.c: Include loop-unroll.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216521 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2c6a8199ae0c..f29decfb5662 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 f7cee7b14335..84a41943e144 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.