[patch] tree-vect-transform.c: Fix comment typos.
Kazu Hirata
kazu@cs.umass.edu
Tue Apr 12 14:08:00 GMT 2005
Hi,
Committed as obvious.
Kazu Hirata
2005-04-12 Kazu Hirata <kazu@cs.umass.edu>
* tree-vect-transform.c: Fix comment typos.
Index: tree-vect-transform.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-vect-transform.c,v
retrieving revision 2.12
diff -u -d -p -r2.12 tree-vect-transform.c
--- tree-vect-transform.c 12 Apr 2005 01:35:49 -0000 2.12
+++ tree-vect-transform.c 12 Apr 2005 13:38:10 -0000
@@ -1148,7 +1148,7 @@ vectorizable_load (tree stmt, block_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_
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);
More information about the Gcc-patches
mailing list