aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2006-06-21 08:11:28 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2006-06-21 08:11:28 +0000
commitb16fb82dac5eea61c804fa8538ea4d1600f0a919 (patch)
tree9cf8df85c5cbde4359653bfd0afd0fa5b7e562c7 /gcc/ChangeLog
parent470145e722602c492436baa4b77098121569eeb5 (diff)
downloadgcc-b16fb82dac5eea61c804fa8538ea4d1600f0a919.zip
gcc-b16fb82dac5eea61c804fa8538ea4d1600f0a919.tar.gz
gcc-b16fb82dac5eea61c804fa8538ea4d1600f0a919.tar.bz2
tree-ssa-loop-niter.c (simplify_using_initial_conditions): Limit iteration over the dominators.
2006-06-21 Richrad Guenther <rguenther@suse.de> * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Limit iteration over the dominators. From-SVN: r114840
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index de72952..9b190b4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-21 Richrad Guenther <rguenther@suse.de>
+
+ * tree-ssa-loop-niter.c (simplify_using_initial_conditions):
+ Limit iteration over the dominators.
+
2006-06-20 Roger Sayle <roger@eyesopen.com>
* config/mips/iris6.h (LIB_SPEC): Add support for -pthread.