From: Jim Wilson Date: Fri, 8 Oct 1993 22:32:10 +0000 (-0700) Subject: (movsi_unaligned): Change in comment "loads" to "stores". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6975612b18312053e9dccc88c12555b3a836ba0e;p=gcc.git (movsi_unaligned): Change in comment "loads" to "stores". From-SVN: r5690 --- diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 2fc85e5e7c3..507a134db89 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -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);