projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703fdf5
)
* tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
author
Tomas Bily
<tbily@suse.cz>
Thu, 21 Feb 2008 21:48:08 +0000
(22:48 +0100)
committer
Ben Elliston
<bje@gcc.gnu.org>
Thu, 21 Feb 2008 21:48:08 +0000
(08:48 +1100)
From-SVN: r132531
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree-vectorizer.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index b04552262659de8a2a523dd7927c0fc21b9718dc..dabadd20d0dc0334d8392bc66a51c18917c5a77f 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2008-02-22 Tomas Bily <tbily@suse.cz>
+
+ * tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
+
2008-02-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/35273
diff --git
a/gcc/tree-vectorizer.c
b/gcc/tree-vectorizer.c
index 92c46a0b9ec5e99c4da96799e2e2d6ab54e6fc6d..16b0ecacdb2dc571dcbfe6fa2eaf65b4099c5985 100644
(file)
--- a/
gcc/tree-vectorizer.c
+++ b/
gcc/tree-vectorizer.c
@@
-2348,7
+2348,7
@@
reduction_code_for_scalar_code (enum tree_code code,
/* Function vect_is_simple_reduction
- Detect a cross-iteration def-use c
u
cle that represents a simple
+ Detect a cross-iteration def-use c
y
cle that represents a simple
reduction computation. We look for the following pattern:
loop_header: