reorg.c: #include "expr.h" for rtx prototypes.
authorLee Iverson <leei@Canada.AI.SRI.COM>
Sat, 17 Jan 1998 20:37:23 +0000 (20:37 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 17 Jan 1998 20:37:23 +0000 (13:37 -0700)
        * reorg.c: #include "expr.h" for rtx prototypes.
        * Makefile.in (reorg.o): Depend on expr.h.

From-SVN: r17393

gcc/ChangeLog
gcc/Makefile.in
gcc/reorg.c

index ca6f4a379ce9ef50d6ecf4490b6791233abf02c6..06df5a33ddb9c3dc5fec3387493e5c3408d7d4ce 100644 (file)
@@ -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
index 528bcbd7d8b7a911750becebacf577baec587366..496c555aaeb8bffcc383e34c1654cb9a5f612625 100644 (file)
@@ -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 \
index 631ef4beaf2fcddcd73db04814b68d074e5f953d..059152cd1b46218213f8b8b47b1b4d0ef0dbbda0 100644 (file)
@@ -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"