* tree-vectorizer.c: Fix a comment typo.

From-SVN: r88103
This commit is contained in:
Kazu Hirata 2004-09-25 14:48:03 +00:00 committed by Kazu Hirata
parent ea4b78487c
commit 601d18c616
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-25 Kazu Hirata <kazu@cs.umass.edu>
* tree-vectorizer.c: Fix a comment typo.
2004-09-25 Kazu Hirata <kazu@cs.umass.edu>
* c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c,

View File

@ -1598,7 +1598,7 @@ vectorizable_load (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt)
software_pipeline_loads_p = true;
else if (!targetm.vectorize.misaligned_mem_ok (mode))
{
/* Possibly unaligned access, and can't sofware pipeline the loads */
/* Possibly unaligned access, and can't software pipeline the loads */
if (vect_debug_details (loop))
fprintf (dump_file, "Arbitrary load not supported.");
return false;