Commit a82635d0 by Kazu Hirata Committed by Kazu Hirata

* tree-vect-transform.c: Fix comment typos.

From-SVN: r98020
parent 303f6390
2005-04-12 Kazu Hirata <kazu@cs.umass.edu>
* tree-vect-transform.c: Fix comment typos.
2005-04-12 Mostafa Hagog <mustafa@il.ibm.com>
* postreload-gcse.c (eliminate_partially_redundant_load): Don't
......
......@@ -1148,7 +1148,7 @@ vectorizable_load (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt)
LOOP - the loop that is being vectorized.
COND - Condition that is checked for simple use.
Returns whether a COND can be vectorized. Checkes whether
Returns whether a COND can be vectorized. Checks whether
condition operands are supportable using vec_is_simple_use. */
static bool
......@@ -1982,7 +1982,7 @@ vect_transform_loop (loop_vec_info loop_vinfo,
is_store = vect_transform_stmt (stmt, &si);
if (is_store)
{
/* free the attached stmt_vec_info and remove the stmt. */
/* Free the attached stmt_vec_info and remove the stmt. */
stmt_ann_t ann = stmt_ann (stmt);
free (stmt_info);
set_stmt_info (ann, NULL);
......
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