From 6975612b18312053e9dccc88c12555b3a836ba0e Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 8 Oct 1993 15:32:10 -0700 Subject: [PATCH] (movsi_unaligned): Change in comment "loads" to "stores". From-SVN: r5690 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2