(movsi_unaligned): Change in comment "loads" to "stores".
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 8 Oct 1993 22:32:10 +0000 (15:32 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 8 Oct 1993 22:32:10 +0000 (15:32 -0700)
From-SVN: r5690

gcc/config/mips/mips.md

index 2fc85e5e7c35ae2e2b0f1d5ff0c38212d93aa099..507a134db8972eb90c852ca77bf46ca7c884551d 100644 (file)
@@ -1664,7 +1664,7 @@ move\\t%0,%z4\\n\\
   ""
   "
 {
-  /* Handle loads.  */
+  /* Handle stores.  */
   if (GET_CODE (operands[0]) == MEM)
     {
       rtx reg = gen_reg_rtx (SImode);