diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-16 11:29:14 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-16 11:29:14 +0000 |
commit | 2d8c4737465578b4245370ff7486abdc82ed4af0 (patch) | |
tree | 492602098e2c01010aa5e99d21029d632f9e17f8 /gcc/ra-rewrite.c | |
parent | 78defff52b5c29a83dfdd0a3f22003b4f5180d0e (diff) | |
download | gcc-2d8c4737465578b4245370ff7486abdc82ed4af0.tar.gz |
* ra-rewrite.c: #include reload.h, insn-config.h
* ra-build.c: #include reload.h
* Makefile.in: Update ra-rewrite.o, ra-build.o dependencies to
depend on reload.h, insn-config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55483 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ra-rewrite.c')
-rw-r--r-- | gcc/ra-rewrite.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ra-rewrite.c b/gcc/ra-rewrite.c index dabd226f65b..2dfe12b321c 100644 --- a/gcc/ra-rewrite.c +++ b/gcc/ra-rewrite.c @@ -31,6 +31,8 @@ #include "output.h" #include "except.h" #include "ra.h" +#include "insn-config.h" +#include "reload.h" /* This file is part of the graph coloring register allocator, and contains the functions to change the insn stream. I.e. it adds |