diff options
author | Graham Stott <grahams@rcp.co.uk> | 1998-06-19 17:37:04 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-19 17:37:04 -0600 |
commit | 2e107e9ea1eb89d3fa6e67a0fb4488a288ad4ec8 (patch) | |
tree | f22129d6d4548e51135a58f1ef7d8b5f13e57489 /gcc/combine.c | |
parent | 561592c581e0e399ec8a3a75ba81050b2753052c (diff) | |
download | gcc-2e107e9ea1eb89d3fa6e67a0fb4488a288ad4ec8.zip gcc-2e107e9ea1eb89d3fa6e67a0fb4488a288ad4ec8.tar.gz gcc-2e107e9ea1eb89d3fa6e67a0fb4488a288ad4ec8.tar.bz2 |
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/combine.c')
-rw-r--r-- | gcc/combine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 14da483..a453b57 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -97,6 +97,7 @@ Boston, MA 02111-1307, USA. */ #include "insn-attr.h" #include "recog.h" #include "real.h" +#include "toplev.h" /* It is not safe to use ordinary gen_lowpart in combine. Use gen_lowpart_for_combine instead. See comments there. */ |