diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-10-08 15:32:10 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-10-08 15:32:10 -0700 |
commit | 6975612b18312053e9dccc88c12555b3a836ba0e (patch) | |
tree | 0ba71078de89369b8553d6b2cc9f9aa1d76221ff /gcc | |
parent | 4f38921423b6dfe7c52ff357584ac4650fee3220 (diff) | |
download | gcc-6975612b18312053e9dccc88c12555b3a836ba0e.zip gcc-6975612b18312053e9dccc88c12555b3a836ba0e.tar.gz gcc-6975612b18312053e9dccc88c12555b3a836ba0e.tar.bz2 |
(movsi_unaligned): Change in comment "loads" to "stores".
From-SVN: r5690
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 2fc85e5..507a134 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); |