aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-05-18 17:32:54 +0000
committerJeff Law <law@gcc.gnu.org>2004-05-18 11:32:54 -0600
commit3a3f4da9377970c5cfd96dc7f4717427384263c4 (patch)
tree194220596a30a54f69c02beeac10a3e12a189d98 /gcc/Makefile.in
parente584e50152ea99c4f44f48a79a308cba7645c241 (diff)
downloadgcc-3a3f4da9377970c5cfd96dc7f4717427384263c4.zip
gcc-3a3f4da9377970c5cfd96dc7f4717427384263c4.tar.gz
gcc-3a3f4da9377970c5cfd96dc7f4717427384263c4.tar.bz2
Makefile.in (tree-ssa-phiopt.o): Depends on flags.h.
* Makefile.in (tree-ssa-phiopt.o): Depends on flags.h. * tree-ssa-phiopt.c: Include flags.h. (conditional_replacement): Remove argument names from prototype. Minor formatting and comment fixes. (tree_ssa_phiopt): If conditional_replacement returns false, then call value_replacement. (value_replacement): New function. * gcc.dg/tree-ssa/20040518-1.c: New test. Co-Authored-By: Jeff Law <law@redhat.com> From-SVN: r81999
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 39fbe32..804aa5e 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1581,7 +1581,7 @@ tree-ssa-forwprop.o : tree-ssa-forwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(TREE_FLOW_H) tree-pass.h $(TREE_DUMP_H)
tree-ssa-phiopt.o : tree-ssa-phiopt.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) langhooks.h
+ $(TREE_FLOW_H) tree-pass.h $(TREE_DUMP_H) langhooks.h flags.h
tree-nrv.o : tree-nrv.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(TM_H) $(TREE_H) $(RTL_H) function.h $(BASIC_BLOCK_H) $(EXPR_H) \
diagnostic.h $(TREE_FLOW_H) $(TIMEVAR_H) $(TREE_DUMP_H) tree-pass.h \