diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/loop-doloop.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2c6a819..f29decf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2014-10-21 Andrew MacLeod <amacleod@redhat.com> + * loop-doloop.c: Include loop-unroll.h. + +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. diff --git a/gcc/loop-doloop.c b/gcc/loop-doloop.c index f7cee7b..84a4194 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. |