summaryrefslogtreecommitdiff
path: root/gcc/stupid.c
diff options
context:
space:
mode:
authorGraham Stott <grahams@rcp.co.uk>1998-06-19 17:37:04 -0600
committerJeff Law <law@gcc.gnu.org>1998-06-19 17:37:04 -0600
commit2e107e9ea1eb89d3fa6e67a0fb4488a288ad4ec8 (patch)
treef22129d6d4548e51135a58f1ef7d8b5f13e57489 /gcc/stupid.c
parent561592c581e0e399ec8a3a75ba81050b2753052c (diff)
downloadgcc-2e107e9ea1eb89d3fa6e67a0fb4488a288ad4ec8.tar.gz
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
Diffstat (limited to 'gcc/stupid.c')
-rw-r--r--gcc/stupid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stupid.c b/gcc/stupid.c
index d064f979e87..718c39b6c04 100644
--- a/gcc/stupid.c
+++ b/gcc/stupid.c
@@ -49,6 +49,7 @@ Boston, MA 02111-1307, USA. */
#include "hard-reg-set.h"
#include "regs.h"
#include "flags.h"
+#include "toplev.h"
/* Vector mapping INSN_UIDs to suids.
The suids are like uids but increase monotonically always.