Commit 89fd06fb by Tomas Bily Committed by Ben Elliston

* tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.

From-SVN: r132531
parent 703fdf5a
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment