reorg.c: #include "expr.h" for rtx prototypes.
* reorg.c: #include "expr.h" for rtx prototypes. * Makefile.in (reorg.o): Depend on expr.h. From-SVN: r17393
This commit is contained in:
parent
3bf810d837
commit
51549d7665
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1998-01-17 Lee Iverson <leei@Canada.AI.SRI.COM>
|
||||
|
||||
* reorg.c: #include "expr.h" for rtx prototypes.
|
||||
* Makefile.in (reorg.o): Depend on expr.h
|
||||
|
||||
Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
|
||||
|
||||
* Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
|
||||
|
|
|
@ -1417,7 +1417,7 @@ caller-save.o : caller-save.c $(CONFIG_H) $(RTL_H) flags.h \
|
|||
reload.h expr.h
|
||||
reorg.o : reorg.c $(CONFIG_H) $(RTL_H) conditions.h hard-reg-set.h \
|
||||
$(BASIC_BLOCK_H) regs.h insn-config.h insn-attr.h insn-flags.h $(RECOG_H) \
|
||||
flags.h output.h
|
||||
flags.h output.h expr.h
|
||||
alias.o : alias.c $(CONFIG_H) $(RTL_H) flags.h hard-reg-set.h regs.h \
|
||||
insn-codes.h
|
||||
regmove.o : regmove.c $(CONFIG_H) $(RTL_H) insn-config.h recog.h output.h \
|
||||
|
|
|
@ -118,6 +118,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include "rtl.h"
|
||||
#include "expr.h"
|
||||
#include "insn-config.h"
|
||||
#include "conditions.h"
|
||||
#include "hard-reg-set.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue