expmed.c (store_fixed_bit_field): If we're not optimizing for size...
authorRoger Sayle <roger@eyesopen.com>
Thu, 27 Apr 2006 17:26:03 +0000 (17:26 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 27 Apr 2006 17:26:03 +0000 (17:26 +0000)
commit135c2bd4086d5e4d5a4cc24f9a7dc5ee7184eaa1
tree01eecbf4b1eac9e56e4638fc994d61e6c1f26336
parent921b02cd1f97018761f736753cf9a8d9a3227494
expmed.c (store_fixed_bit_field): If we're not optimizing for size...

* 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.

From-SVN: r113318
gcc/ChangeLog
gcc/expmed.c