https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84545

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Do the:
>       if (CALL_P (insn))
>         {
>           rtx note = find_reg_note (insn, REG_CALL_ARG_LOCATION, NULL_RTX);
>           if (note)
>             remove_note (insn, note);
>         }
> also for insns inside a SEQUENCE?

Yes, although doing it only for the first insn therein is sufficient.

Reply via email to