From: Jan Hubicka Date: Fri, 1 Oct 1999 01:32:18 +0000 (+0200) Subject: Jan Hubicka X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d7148e3f20bd99e7053e5307aa511229a6820b7;p=gcc.git Jan Hubicka * alias.c: Include insn-flags.h. * Makefile.in (alias.o): Update. From-SVN: r29744 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a610398a9c..e34536b41e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 30 18:31:36 1999 Jan Hubicka + + * alias.c: Include insn-flags.h. + * Makefile.in (alias.o): Update. + Thu Sep 30 18:21:30 1999 Jan Hubicka * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1caf7af3c94..7a8d7616826 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 diff --git a/gcc/alias.c b/gcc/alias.c index 686ffb845dd..2ff97e27769 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -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