Re: [9/11] Fix units mismatch in comparison

2011-07-06 Thread Richard Henderson
On 07/01/2011 10:38 AM, Bernd Schmidt wrote: > * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against > a bitsize. Ok. r~

[9/11] Fix units mismatch in comparison

2011-07-01 Thread Bernd Schmidt
A bug fix discovered while working on the other patches. Previously, this was a comparison of a GET_MODE_BITSIZE vs a GET_MODE_SIZE value. After the other patches, it's GET_MODE_PRECISION vs GET_MODE_SIZE, which is just as wrong, so change it. Bernd * rtlanal.c (nonzero_bits1): Don't com