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: Allow folding of floats on logicals


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~


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