mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 07:30:27 +08:00
ra-rewrite.c: #include reload.h, insn-config.h
* 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. From-SVN: r55483
This commit is contained in:
parent
cffa218913
commit
54b2a7f821
@ -1,3 +1,10 @@
|
||||
2002-07-15 Daniel Berlin <dberlin@dberlin.org>
|
||||
|
||||
* 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.
|
||||
|
||||
Tue Jul 16 11:57:45 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* expr.c (emit_move_insn_1): Handle arbitrary moves that are
|
||||
|
@ -1568,14 +1568,14 @@ ra.o : ra.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TM_P_H) insn-config.h \
|
||||
$(BASIC_BLOCK_H) df.h expr.h output.h toplev.h flags.h reload.h ra.h
|
||||
ra-build.o : ra-build.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TM_P_H) \
|
||||
insn-config.h $(RECOG_H) function.h $(REGS_H) hard-reg-set.h \
|
||||
$(BASIC_BLOCK_H) df.h output.h ggc.h ra.h gt-ra-build.h
|
||||
$(BASIC_BLOCK_H) df.h output.h ggc.h ra.h gt-ra-build.h reload.h
|
||||
ra-colorize.o : ra-colorize.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TM_P_H) \
|
||||
function.h $(REGS_H) hard-reg-set.h $(BASIC_BLOCK_H) df.h output.h ra.h
|
||||
ra-debug.o : ra-debug.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) insn-config.h \
|
||||
$(RECOG_H) function.h hard-reg-set.h $(BASIC_BLOCK_H) df.h output.h ra.h
|
||||
ra-rewrite.o : ra-rewrite.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TM_P_H) \
|
||||
function.h $(REGS_H) hard-reg-set.h $(BASIC_BLOCK_H) df.h expr.h \
|
||||
output.h except.h ra.h
|
||||
output.h except.h ra.h reload.h insn-config.h
|
||||
reload.o : reload.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h output.h \
|
||||
$(EXPR_H) $(OPTABS_H) reload.h $(RECOG_H) hard-reg-set.h insn-config.h \
|
||||
$(REGS_H) function.h real.h toplev.h $(TM_P_H)
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "tm_p.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "reload.h"
|
||||
#include "function.h"
|
||||
#include "regs.h"
|
||||
#include "hard-reg-set.h"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user