From: Jeff Law Date: Thu, 30 Jul 1998 00:01:33 +0000 (-0600) Subject: i386.md (movqi): When optimizing a load of (const_int 1) into a NON_QI_REG_P... X-Git-Tag: prereleases/egcs-1.1-prerelease~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53cb46ec640f483c8546d9059ad893bc61455370;p=thirdparty%2Fgcc.git i386.md (movqi): When optimizing a load of (const_int 1) into a NON_QI_REG_P... * i386.md (movqi): When optimizing a load of (const_int 1) into a NON_QI_REG_P, pretend the register is SImode. From-SVN: r21491 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3d3fa074526..259e969f6434 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).