diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-10 07:02:22 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-10 07:02:22 +0000 |
commit | 723fbc55c51a6db3be41af4cb411beb9a6d35706 (patch) | |
tree | 4c7896b047879472a61146ac671d7050e03d622e /gcc/langhooks.c | |
parent | 107be538ecb71bfcc61d7a5cd8b0e292af71dffa (diff) | |
download | gcc-723fbc55c51a6db3be41af4cb411beb9a6d35706.tar.gz |
* langhooks.c: Include rtl.h, insn-config.h and integrate.h.
* Makefile.in (langhooks.o): Add dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46142 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index dae764c24ab..d5157f8cd63 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "tree.h" #include "tree-inline.h" +#include "rtl.h" +#include "insn-config.h" +#include "integrate.h" /* lang_hooks.tree_inlining.walk_subtrees is called by walk_tree() after handling common cases, but before walking code-specific |