Jan Hubicka <hubicka@freesoft.cz>
* alias.c: Include insn-flags.h. * Makefile.in (alias.o): Update. From-SVN: r29744
This commit is contained in:
parent
36583feac4
commit
0d7148e3f2
@ -1,3 +1,8 @@
|
||||
Thu Sep 30 18:31:36 1999 Jan Hubicka <hubicka@freesoft.cz>
|
||||
|
||||
* alias.c: Include insn-flags.h.
|
||||
* Makefile.in (alias.o): Update.
|
||||
|
||||
Thu Sep 30 18:21:30 1999 Jan Hubicka <hubicka@freesoft.cz>
|
||||
|
||||
* i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
|
||||
|
@ -1579,7 +1579,7 @@ reorg.o : reorg.c $(CONFIG_H) system.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) function.h flags.h output.h $(EXPR_H) toplev.h
|
||||
alias.o : alias.c $(CONFIG_H) system.h $(RTL_H) flags.h hard-reg-set.h \
|
||||
$(REGS_H) toplev.h output.h $(EXPR_H)
|
||||
$(REGS_H) toplev.h output.h $(EXPR_H) insn-flags.h
|
||||
regmove.o : regmove.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \
|
||||
$(RECOG_H) output.h reload.h $(REGS_H) hard-reg-set.h flags.h function.h \
|
||||
$(EXPR_H) insn-flags.h $(BASIC_BLOCK_H) toplev.h
|
||||
|
@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#include "output.h"
|
||||
#include "toplev.h"
|
||||
#include "splay-tree.h"
|
||||
#include "insn-flags.h"
|
||||
|
||||
/* The alias sets assigned to MEMs assist the back-end in determining
|
||||
which MEMs can alias which other MEMs. In general, two MEMs in
|
||||
|
Loading…
Reference in New Issue
Block a user