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

2014-10-21  Andrew MacLeod  <amacleod@redhat.com>

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

From-SVN: r216521
This commit is contained in:
Andrew MacLeod 2014-10-21 16:29:55 +00:00 committed by Andrew Macleod
parent b48d559917
commit 50684f9530
2 changed files with 5 additions and 0 deletions

View 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.

View 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.