aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2002-03-18 10:21:43 +0000
committerNick Clifton <nickc@gcc.gnu.org>2002-03-18 10:21:43 +0000
commit66c17b6479031a268405d323d6efdef5870ef78b (patch)
tree5458076fb0f7cfca3eca82d22f23bd8e66721012
parent5d5603e2cc5f50cb68a8178e0748a22609ea35d2 (diff)
downloadgcc-66c17b6479031a268405d323d6efdef5870ef78b.zip
gcc-66c17b6479031a268405d323d6efdef5870ef78b.tar.gz
gcc-66c17b6479031a268405d323d6efdef5870ef78b.tar.bz2
fix spelling typo in previous ChnageLog entry.
From-SVN: r50953
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index db0b67e..4de4c64 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -8,7 +8,7 @@
subregs in BIG_ENDIAN mode.
(storehi_bigend): Match use of least significant byte.
(storeinthi): Remove extraneous SUBREG.
- Add missing sonstruction of operands[2].
+ Add missing construction of operands[2].
(movhi): Use gen_lowpart in place of gen_rtx_SUBREG.
(movqi): Use gen_lowpart in place of gen_rtx_SUBREG.
Replace gen_rtx (SUBREG) with gen_rtx_SUBREG.