This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fold constant shifts in combine


On Thu, Feb 20, 2003 at 10:31:02AM +0100, Jan Hubicka wrote:
> + 	  && !((unsigned HOST_WIDE_INT)nonzero_bits (varop, shift_mode)
> + 	       >> count))

Wht are you casting at all?  This is already the return type
of nonzero_bits.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]