From 66c17b6479031a268405d323d6efdef5870ef78b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 18 Mar 2002 10:21:43 +0000 Subject: [PATCH] fix spelling typo in previous ChnageLog entry. From-SVN: r50953 --- gcc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db0b67eb7c1..4de4c64e425 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.