OSDN Git Service

* tree-vectorizer.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2004 14:48:03 +0000 (14:48 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2004 14:48:03 +0000 (14:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88103 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-vectorizer.c

index f850303..4d57068 100644 (file)
@@ -1,5 +1,9 @@
 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,
        gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h,
        lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c,
index b158278..c98d704 100644 (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;