aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-07-29 18:00:16 -0600
committerJeff Law <law@gcc.gnu.org>1998-07-29 18:00:16 -0600
commit3192f02483494e2a9affd505e72f9e17636b5fef (patch)
tree2b4e7a2d8c3ee8297396e918c111387e36829bf1
parent0ce065bdf62acf72d74fcb8fc26185d22316fa63 (diff)
downloadgcc-3192f02483494e2a9affd505e72f9e17636b5fef.zip
gcc-3192f02483494e2a9affd505e72f9e17636b5fef.tar.gz
gcc-3192f02483494e2a9affd505e72f9e17636b5fef.tar.bz2
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. Fixes minor egcs-1.1 regression. From-SVN: r21489
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <tv@netbsd.org>
* configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).