Commit 50684f95 by Andrew MacLeod Committed by Andrew Macleod

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
parent b48d5599
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.
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment