aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-06-10 11:38:14 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2011-06-10 11:38:14 +0000
commitc1ae3ca5d8842831d35b08e6e9ae1f983b39bc6b (patch)
tree1b1e1b32ff007fc689d5884181de17646da0a3fd /gcc/ChangeLog
parentb504a91833ea26e7469077975b098e3c42551d4e (diff)
downloadgcc-c1ae3ca5d8842831d35b08e6e9ae1f983b39bc6b.zip
gcc-c1ae3ca5d8842831d35b08e6e9ae1f983b39bc6b.tar.gz
gcc-c1ae3ca5d8842831d35b08e6e9ae1f983b39bc6b.tar.bz2
tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts forward when combining, visit inserted stmts when a stmt was changed.
2011-06-10 Richard Guenther <rguenther@suse.de> * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts forward when combining, visit inserted stmts when a stmt was changed. From-SVN: r174900
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fa56bf0..ec2d7e9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-10 Richard Guenther <rguenther@suse.de>
+
+ * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
+ Scan stmts forward when combining, visit inserted stmts when
+ a stmt was changed.
+
2011-06-10 Paolo Carlini <paolo.carlini@oracle.com>
* tree.h (error_operand_p): Add.