Allow folding of floats on logicals

Richard Henderson rth@redhat.com
Mon Feb 16 19:03:00 GMT 2004


On Mon, Feb 16, 2004 at 05:21:09PM +0100, Jan Hubicka wrote:
>     if (code == FLOAT && GET_MODE (trueop) == VOIDmode
>         && (GET_CODE (trueop) == CONST_DOUBLE || GET_CODE (trueop) == CONST_INT))
>       {
> !       if (code == NOT)

This is clearly misplaced.  Your new code will never run.


r~



More information about the Gcc-patches mailing list