On Tue, Nov 13, 2012 at 6:09 PM, Jakub Jelinek <ja...@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.

Reply via email to