This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r113318 - in /trunk/gcc: ChangeLog expmed.c
- From: sayle at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 27 Apr 2006 17:26:04 -0000
- Subject: r113318 - in /trunk/gcc: ChangeLog expmed.c
Author: sayle
Date: Thu Apr 27 17:26:03 2006
New Revision: 113318
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113318
Log:
* expmed.c (store_fixed_bit_field): If we're not optimizing for
size, force the intermediate into a new pseudo rather instead of
performing both a bitwise AND and a bitwise IOR in memory.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/expmed.c