aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-12 14:07:24 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-12 14:07:24 +0000
commita82635d0fe040731bfbe46839e494c3978d335cb (patch)
treeeec97953651e1c330fa54a631553f58d037ae13d /gcc/tree-vect-transform.c
parent303f6390d6e6bbdfc674a28829f88c8f6c2fc832 (diff)
downloadgcc-a82635d0fe040731bfbe46839e494c3978d335cb.zip
gcc-a82635d0fe040731bfbe46839e494c3978d335cb.tar.gz
gcc-a82635d0fe040731bfbe46839e494c3978d335cb.tar.bz2
* tree-vect-transform.c: Fix comment typos.
From-SVN: r98020
Diffstat (limited to 'gcc/tree-vect-transform.c')
-rw-r--r--gcc/tree-vect-transform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c
index 69d532f..52f5de3 100644
--- a/gcc/tree-vect-transform.c
+++ b/gcc/tree-vect-transform.c
@@ -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);