OSDN Git Service

Jan Hubicka <hubicka@freesoft.cz>
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 1999 01:32:18 +0000 (01:32 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 1999 01:32:18 +0000 (01:32 +0000)
        * alias.c: Include insn-flags.h.
        * Makefile.in (alias.o): Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29744 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2a61039..e34536b 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 1caf7af..7a8d761 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 686ffb8..2ff97e2 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