+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,
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;