On 2012-09-22 02:35, Aurelien Jarno wrote: > On Fri, Sep 21, 2012 at 04:17:08PM -0700, Richard Henderson wrote: >> On 09/21/2012 12:43 PM, Aurelien Jarno wrote: >>> +/* Return 2 if the condition can't be simplified, and the result >>> + of the condition (0 or 1) if it can */ >> >> Ok as-is. But I'd bike-shed the "fail" return to -1. >> > > I have done it that way, as tmp is an unsigned value, and I didn't want > to add another one. But that can be changed. >
Fair enough. Green it is for the shed. r~