regclass.c: Include ggc.h.
authorJeff Law <law@gcc.gnu.org>
Thu, 23 Sep 1999 13:07:39 +0000 (07:07 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 23 Sep 1999 13:07:39 +0000 (07:07 -0600)
        * regclass.c: Include ggc.h.
        * Makefile.in (regclass.o): Add ggc.h to dependency list.

From-SVN: r29615

gcc/Makefile.in
gcc/regclass.c

index 964c56ad28af4f88ca25f8585fb1151f08c39f59..894db0ccf262031b235e73a437526f7cccb70c04 100644 (file)
@@ -1554,7 +1554,7 @@ combine.o : combine.c $(CONFIG_H) system.h $(RTL_H) flags.h function.h \
    $(BASIC_BLOCK_H) $(RECOG_H) real.h hard-reg-set.h toplev.h
 regclass.o : regclass.c $(CONFIG_H) system.h $(RTL_H) hard-reg-set.h flags.h \
    $(BASIC_BLOCK_H) $(REGS_H) insn-config.h $(RECOG_H) reload.h real.h \
-   toplev.h function.h output.h
+   toplev.h function.h output.h ggc.h
 local-alloc.o : local-alloc.c $(CONFIG_H) system.h $(RTL_H) flags.h \
    $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h insn-config.h $(RECOG_H) \
    output.h function.h insn-attr.h toplev.h
index a3672c437eca6961a823d3c7d8a5774704fd6edf..8f0829c1f338de77aa30cf9113a72f300bd0f401 100644 (file)
@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA.  */
 #include "real.h"
 #include "toplev.h"
 #include "output.h"
+#include "ggc.h"
 
 #ifndef REGISTER_MOVE_COST
 #define REGISTER_MOVE_COST(x, y) 2