OSDN Git Service

(movsi_unaligned): Change in comment "loads" to "stores".
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Oct 1993 22:32:10 +0000 (22:32 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Oct 1993 22:32:10 +0000 (22:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5690 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mips/mips.md

index 2fc85e5..507a134 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);