On 05/24/14 12:39, John David Anglin wrote:
The insns are being deleted in "final" after the assembly output has
being done. So, for example, pa_output_call is
never called with a delayed branch sequence containing a NOTE_INSN_DELETED.
OK. That's good to know. I scanned final and final_scan_insn and see a
couple places where we delete insns, but if I'm reading the code
correctly, they would result in seeing the NOTE_INSN_DELETED rather than
a real insn in the output routines.
So what code during final is deleting these insns?
Jeff