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/alias.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/alias.c') diff --git a/gcc/alias.c b/gcc/alias.c index 7d8c32b..99df4fa 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -26,6 +26,7 @@ Boston, MA 02111-1307, USA. */ #include "regs.h" #include "hard-reg-set.h" #include "flags.h" +#include "toplev.h" static rtx canon_rtx PROTO((rtx)); static int rtx_equal_for_memref_p PROTO((rtx, rtx)); -- cgit v1.1