Commit 601d18c6 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r88103
parent ea4b7848
2004-09-25 Kazu Hirata <kazu@cs.umass.edu> 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, * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c,
gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h, gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h,
lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c, lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c,
......
...@@ -1598,7 +1598,7 @@ vectorizable_load (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt) ...@@ -1598,7 +1598,7 @@ vectorizable_load (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt)
software_pipeline_loads_p = true; software_pipeline_loads_p = true;
else if (!targetm.vectorize.misaligned_mem_ok (mode)) 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)) if (vect_debug_details (loop))
fprintf (dump_file, "Arbitrary load not supported."); fprintf (dump_file, "Arbitrary load not supported.");
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment