loop-doloop.c: Include loop-unroll.h.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 21 Oct 2014 16:29:55 +0000 (16:29 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Tue, 21 Oct 2014 16:29:55 +0000 (16:29 +0000)
2014-10-21  Andrew MacLeod  <amacleod@redhat.com>

        * loop-doloop.c: Include loop-unroll.h.

From-SVN: r216521

gcc/ChangeLog
gcc/loop-doloop.c

index 2c6a8199ae0c219135ff954d96ca618c83dd9e6d..f29decfb56623ec8851effa69444c4b7701f4e68 100644 (file)
@@ -1,3 +1,7 @@
+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.
index f7cee7b14335c7b5c8676eae977b17dad128ad24..84a41943e14467c3b86c1a7206f594b865c19dcd 100644 (file)
@@ -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.