diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-09-30 15:36:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-09-30 15:36:26 +0000 |
commit | 5116a5d2abdb71def512bf9ec6255f3a511d5e41 (patch) | |
tree | 5d9c2509ab43e109caf93d2dee946c2ca4497df4 /gcc/tree-vect-transform.c | |
parent | 5dc2e33320cada5471dfa0fa219c302d367b75c1 (diff) | |
download | gcc-5116a5d2abdb71def512bf9ec6255f3a511d5e41.zip gcc-5116a5d2abdb71def512bf9ec6255f3a511d5e41.tar.gz gcc-5116a5d2abdb71def512bf9ec6255f3a511d5e41.tar.bz2 |
tree-vect-transform.c, [...]: Fix comment typos.
* tree-vect-transform.c, config/ms1/ms1.md,
config/s390/s390.c, config/v850/v850.md: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi, doc/md.texi: Fix typos.
From-SVN: r104817
Diffstat (limited to 'gcc/tree-vect-transform.c')
-rw-r--r-- | gcc/tree-vect-transform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c index bbac6fe..bc37bd2 100644 --- a/gcc/tree-vect-transform.c +++ b/gcc/tree-vect-transform.c @@ -1781,7 +1781,7 @@ vectorizable_load (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt) the value of the parameter and no global variables are touched which makes the builtin a "const" function. Requiring the builtin to have the "const" attribute makes it unnecessary - to call mark_call_clobbered_vars_to_rename. */ + to call mark_call_clobbered. */ gcc_assert (TREE_READONLY (builtin_decl)); } else |