From: kazu Date: Tue, 12 Apr 2005 14:07:24 +0000 (+0000) Subject: * tree-vect-transform.c: Fix comment typos. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d184b23d2302cd8d26ced5f32ce7f883c1dd7685;p=thirdparty%2Fgcc.git * tree-vect-transform.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98020 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ab942eec92f..b52f8083f785 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-12 Kazu Hirata + + * tree-vect-transform.c: Fix comment typos. + 2005-04-12 Mostafa Hagog * postreload-gcse.c (eliminate_partially_redundant_load): Don't diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c index 69d532f894f1..52f5de333823 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);