From 2e107e9ea1eb89d3fa6e67a0fb4488a288ad4ec8 Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Fri, 19 Jun 1998 17:37:04 -0600 Subject: alias.c: Include toplev.h * alias.c: Include toplev.h * caller-save.c: Include toplev.h * combine.c: Include toplev.h * flow.c Include toplev.h * global.c: Include toplev.h * jump.c: Include toplev.h * local-alloc.c: Include toplev.h * loop.c: Include toplev.h * regmove.c: Include toplev.h * stupid.c: Include toplev.h * unroll.c: Include toplev.h * Makefile.in: Add toplev.h dependencies. From-SVN: r20623 --- gcc/unroll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/unroll.c') diff --git a/gcc/unroll.c b/gcc/unroll.c index e3c43ff..8edebda 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -156,6 +156,7 @@ enum unroll_types { UNROLL_COMPLETELY, UNROLL_MODULO, UNROLL_NAIVE }; #include "flags.h" #include "expr.h" #include "loop.h" +#include "toplev.h" /* This controls which loops are unrolled, and by how much we unroll them. */ -- cgit v1.1