> 2013-09-24 Yvan Roux <yvan.r...@linaro.org> > Vladimir Makarov <vmaka...@redhat.com> > > * rtlanal.c (lsb_bitfield_op_p): New predicate for bitfield > operations from the least significant bit. > (strip_address_mutations): Add bitfield operations handling. > (must_be_index_p): Add shifting and rotate operations handling. > (set_address_base): Use must_be_base_p predicate. > (set_address_index):Use must_be_index_p predicate.
OK for mainline, if you add the missing space after GET_MODE in enum machine_mode mode = GET_MODE(XEXP (x, 0)); -- Eric Botcazou