aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a294e94..06df3c2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2004-05-18 Andrew Pinski <pinskia@physics.uc.edu>
+ Jeff Law <law@redhat.com>
+
+ * 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.
+
2004-05-18 Jeff Law <law@redhat.com>
* tree-ssa-phiopt.c (replace_phi_with_stmt): New function extracted