mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-12 21:33:54 +08:00
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:
parent
b48d559917
commit
50684f9530
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user