* tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
From-SVN: r132531
This commit is contained in:
parent
703fdf5a60
commit
89fd06fb91
@ -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
|
||||
|
@ -2348,7 +2348,7 @@ reduction_code_for_scalar_code (enum tree_code code,
|
||||
|
||||
/* Function vect_is_simple_reduction
|
||||
|
||||
Detect a cross-iteration def-use cucle that represents a simple
|
||||
Detect a cross-iteration def-use cycle that represents a simple
|
||||
reduction computation. We look for the following pattern:
|
||||
|
||||
loop_header:
|
||||
|
Loading…
Reference in New Issue
Block a user