aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2006-01-06 12:27:14 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2006-01-06 12:27:14 +0000
commitf37a6f4f57b43f50c1b5920169e0d696fc2a7985 (patch)
treebbbbd052ce8b081cd8692e3a8756f3a53ebcd797 /gcc/ChangeLog
parentfd09ac0cf712e7dfbd25bccff1db810193cc7b17 (diff)
downloadgcc-f37a6f4f57b43f50c1b5920169e0d696fc2a7985.zip
gcc-f37a6f4f57b43f50c1b5920169e0d696fc2a7985.tar.gz
gcc-f37a6f4f57b43f50c1b5920169e0d696fc2a7985.tar.bz2
tree-dfa.c (mark_new_vars_to_rename): Create stmt annotation, if necessary.
2006-01-06 Richard Guenther <rguenther@suse.de> * tree-dfa.c (mark_new_vars_to_rename): Create stmt annotation, if necessary. * tree-ssa-pre.c (create_expression_by_pieces): Remove redundant calls to update_stmt. * tree-ssa-forwprop.c (tidy_after_forward_propagate_addr): Likewise. From-SVN: r109416
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 99809f0..93bd4e1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-06 Richard Guenther <rguenther@suse.de>
+
+ * tree-dfa.c (mark_new_vars_to_rename): Create stmt
+ annotation, if necessary.
+ * tree-ssa-pre.c (create_expression_by_pieces): Remove
+ redundant calls to update_stmt.
+ * tree-ssa-forwprop.c (tidy_after_forward_propagate_addr):
+ Likewise.
+
2006-01-05 Richard Henderson <rth@redhat.com>
* c-parser.c (c_parser_objc_methodprotolist): Handle CPP_PRAGMA.