* Makefile.in (gimplify.o): Add cgraph.h.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Tue, 22 Jun 2004 03:18:15 +0000 (03:18 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 22 Jun 2004 03:18:15 +0000 (23:18 -0400)
From-SVN: r83475

gcc/ChangeLog
gcc/Makefile.in

index 8829c32b0ff0158374f73796e138d0834852d69f..cdaded1f43ffcbb3ab96bf01def1dc3a87ec194e 100644 (file)
@@ -1,5 +1,6 @@
 2004-06-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
+       * Makefile.in (gimplify.o): Add cgraph.h.
        * alias.c (adjust_offset_for_component_ref): Use
        component_ref_field_offset.
        * c-decl.c (build_array_declarator): Add news args for ARRAY_REF.
index 020f4bcd16599418482e67040916a71ede4fd42a..7472fc5703a76a2ba08c16e9751f214c24581561 100644 (file)
@@ -1686,8 +1686,9 @@ c-gimplify.o : c-gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) errors.h \
    $(TM_H) coretypes.h $(C_PRETTY_PRINT_H) cgraph.h
 gimplify.o : gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) errors.h \
    diagnostic.h $(TREE_GIMPLE_H) tree-inline.h varray.h langhooks.h \
-   langhooks-def.h $(TREE_FLOW_H) $(TIMEVAR_H) $(TM_H) coretypes.h except.h \
-   $(FLAGS_H) $(RTL_H) function.h $(EXPR_H) output.h $(GGC_H) gt-gimplify.h
+   langhooks-def.h $(TREE_FLOW_H) cgraph.h $(TIMEVAR_H) $(TM_H) coretypes.h \
+   except.h $(FLAGS_H) $(RTL_H) function.h $(EXPR_H) output.h $(GGC_H) \
+   gt-gimplify.h
 gimple-low.o : gimple-low.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) errors.h \
    diagnostic.h $(TREE_GIMPLE_H) tree-inline.h varray.h langhooks.h \
    langhooks-def.h $(TREE_FLOW_H) $(TIMEVAR_H) $(TM_H) coretypes.h except.h \