From 3192f02483494e2a9affd505e72f9e17636b5fef Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 29 Jul 1998 18:00:16 -0600 Subject: i386.md (movqi): When optimizing a load of (const_int 1) into a NON_QI_REG_P... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * i386.md (movqi): When optimizing a load of (const_int 1) into a NON_QI_REG_P, pretend the register is SImode. Fixes minor egcs-1.1 regression. From-SVN: r21489 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9f85c8..8ae4b2a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 30 00:58:34 1998 Jeffrey A Law (law@cygnus.com) + + * i386.md (movqi): When optimizing a load of (const_int 1) into a + NON_QI_REG_P, pretend the register is SImode. + Wed Jul 29 23:49:23 1998 Todd Vierling * configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist). -- cgit v1.1