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: [patch RFA middle-end] Fix PR target/41993


On Tue, Nov 13, 2012 at 6:09 PM, Jakub Jelinek <jakub@redhat.com> wrote:

>>               int copy_start, copy_num;
>>               int j;
>>
>> -             if (INSN_P (return_copy))
>> +             if (INSN_P (return_copy)
>> +                 && !DEBUG_INSN_P (return_copy))
>
> Please use if (NONDEBUG_INSN_P (return_copy)) instead.

Bah... I did look at this definition and for some reason unknown to
me, I didn't see the equivalence. Anyway, I have committed the change.

Thanks,
Uros.


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