diff options
author | Richard Biener <rguenth@gcc.gnu.org> | 2011-07-19 12:12:21 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-07-19 12:12:21 +0000 |
commit | aaa7ad908187c88cf4eeaee10f0af1eb0b73e7f1 (patch) | |
tree | 2b8d0c4a400cf0628705ec87333cef91854f59d1 /gcc/Makefile.in | |
parent | 530206482667dd180acc4ca1e339389308f0736b (diff) | |
download | gcc-aaa7ad908187c88cf4eeaee10f0af1eb0b73e7f1.zip gcc-aaa7ad908187c88cf4eeaee10f0af1eb0b73e7f1.tar.gz gcc-aaa7ad908187c88cf4eeaee10f0af1eb0b73e7f1.tar.bz2 |
Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
2011-07-19 Richard Guenther <rguenther@suse.de>
* Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
* tree-ssa-forwprop.c: Include gimple-pretty-print.h.
(forward_propagate_comparison): Simplify, remove obsolete code.
From-SVN: r176445
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index cbebc23..d924fb6 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2420,7 +2420,8 @@ tree-ssa-dse.o : tree-ssa-dse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ tree-ssa-forwprop.o : tree-ssa-forwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ $(TM_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) \ $(TREE_FLOW_H) $(TREE_PASS_H) $(TREE_DUMP_H) $(DIAGNOSTIC_H) $(TIMEVAR_H) \ - langhooks.h $(FLAGS_H) $(GIMPLE_H) tree-pretty-print.h $(EXPR_H) + langhooks.h $(FLAGS_H) $(GIMPLE_H) tree-pretty-print.h \ + gimple-pretty-print.h $(EXPR_H) tree-ssa-phiprop.o : tree-ssa-phiprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ $(TM_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) \ $(TREE_FLOW_H) $(TREE_PASS_H) $(TREE_DUMP_H) $(DIAGNOSTIC_H) $(TIMEVAR_H) \ |