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: [RFC][PATCH][RS6000] Support for PowerPC 750CL paired-single instructions



David Edelsohn <dje@watson.ibm.com> wrote on 16/08/2007 16:03:38:

> >>>>> Revital1 Eres writes:
>
> Revital> if ((mask & target_flags) || (TARGET_PAIRED_FLOAT &&
target_flags))
>
>    What is the latter suppose to test?  Why && target_flags?  Why
> test if target_flags is non-zero?

That's indeed a mistake.  I'll fix it.

Thanks,
Revital

>
> David
>


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