Jan Hubicka <hubicka@freesoft.cz>
authorJan Hubicka <hubicka@freesoft.cz>
Fri, 1 Oct 1999 01:32:18 +0000 (03:32 +0200)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 1 Oct 1999 01:32:18 +0000 (18:32 -0700)
        * alias.c: Include insn-flags.h.
        * Makefile.in (alias.o): Update.

From-SVN: r29744

gcc/ChangeLog
gcc/Makefile.in
gcc/alias.c

index 2a610398a9cf71eb445d43a5b4b38e45bf0721f7..e34536b41e5f4dd9d9a975b25fb7c25b0c4f0249 100644 (file)
@@ -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
index 1caf7af3c94579c5503a9308dfb82a8333b72e29..7a8d7616826763eff92da51dbfac36151f5f48a4 100644 (file)
@@ -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
index 686ffb845dd66ee43db5036ef5cc28597006272f..2ff97e27769b1acd94cbbe07440d368f0cb42af8 100644 (file)
@@ -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