This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa] Fix tree-ssa-forwprop.o's dependencies


I applied this patch as obvious, I saw it when I was editing tree-ssa-phiopt.c and it was
recompiling tree-ssa-forwprop.c.


Thanks,
Andrew Pinski


Index: ChangeLog.tree-ssa =================================================================== RCS file: /cvs/gcc/gcc/gcc/Attic/ChangeLog.tree-ssa,v retrieving revision 1.1.2.1264 diff -u -p -r1.1.2.1264 ChangeLog.tree-ssa --- ChangeLog.tree-ssa 9 Mar 2004 18:27:55 -0000 1.1.2.1264 +++ ChangeLog.tree-ssa 10 Mar 2004 18:03:41 -0000 @@ -1,3 +1,7 @@ +2004-03-09 Andrew Pinski <apinski@apple.com> + + * Makefile.in (tree-ssa-forwprop.o): Fix the dependences. + 2004-03-09 Jeff Law <law@redhat.com>

* tree-flow-inline.h (may_propagate_copy): Do not allow propagation of
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.903.2.191
diff -u -p -r1.903.2.191 Makefile.in
--- Makefile.in 5 Mar 2004 23:48:04 -0000 1.903.2.191
+++ Makefile.in 10 Mar 2004 18:03:42 -0000
@@ -1561,7 +1561,7 @@ tree-ssa.o : tree-ssa.c $(TREE_FLOW_H) $
tree-ssa-dse.o : tree-ssa-dse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(TM_H) errors.h $(GGC_H) $(TREE_H) $(RTL_H) $(TM_P_H) $(BASIC_BLOCK_H) \
$(TREE_FLOW_H) tree-pass.h $(TREE_DUMP_H) domwalk.h flags.h
-tree-ssa-forwprop.o : tree-ssa-phiopt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
+tree-ssa-forwprop.o : tree-ssa-forwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(TM_H) errors.h $(GGC_H) $(TREE_H) $(RTL_H) $(TM_P_H) $(BASIC_BLOCK_H) \
$(TREE_FLOW_H) tree-pass.h $(TREE_DUMP_H)
tree-ssa-phiopt.o : tree-ssa-phiopt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]