summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-01 16:58:20 +0000
committerirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-01 16:58:20 +0000
commit6b809b999a43145d60610dfe71598daeadae0378 (patch)
treeee9c0562d8abcd98e8100161a75488131a8a66cf /gcc/ChangeLog
parent9c714f97bd994e38c2ce9ae002521d5d120878b7 (diff)
downloadgcc-6b809b999a43145d60610dfe71598daeadae0378.tar.gz
PR tree-optimization/49926
* tree-vect-loop.c (vect_is_slp_reduction): Check that a statement in a chain doesn't have uses both inside and outside the loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177063 138bc75d-0d04-0410-961f-82ee72b054a4
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 573f740f164..1b5e6de57cd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-01 Ira Rosen <ira.rosen@linaro.org>
+
+ PR tree-optimization/49926
+ * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
+ in a chain doesn't have uses both inside and outside the loop.
+
2011-08-01 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.h (mcu_type_s): Add errata_skip field.