function.c (purge_addressof_1): Fix typo in inequality: do bitfield optimization...
authorRichard Henderson <rth@cygnus.com>
Tue, 13 Oct 1998 23:06:47 +0000 (16:06 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 13 Oct 1998 23:06:47 +0000 (16:06 -0700)
commit470032d72e41bac5ed47efd297dbe9d0ec5d3dc8
treed3ddc0423dc067ad1caff6982ac81cd14c03a0fe
parent73aeb2ff9b05da69dd92ad674608df424252593c
function.c (purge_addressof_1): Fix typo in inequality: do bitfield optimization for equal mode sizes.

        * function.c (purge_addressof_1): Fix typo in inequality: do
        bitfield optimization for equal mode sizes.
        * expmed.c (store_bit_field): Don't take subregs of subregs in
        the movstrict case.  Tidy a potential problem in the multi-word case.
        (extract_bit_field): Likewise.

From-SVN: r23066
gcc/ChangeLog
gcc/expmed.c
gcc/function.c