OSDN Git Service

* function.c (purge_addressof_1): Fix typo in inequality: do
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Oct 1998 23:06:47 +0000 (23:06 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Oct 1998 23:06:47 +0000 (23:06 +0000)
commit650df5dfc08561c688d0c7016babded2275f7fcd
treed3ddc0423dc067ad1caff6982ac81cd14c03a0fe
parent5dfe2c03cd9b3caa8ab8405bdf6ce652e47ae0a4
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23066 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expmed.c
gcc/function.c