Problem: delete_dead_jumptables and constant pool references

Richard Henderson rth@redhat.com
Mon Aug 13 15:44:00 GMT 2001


On Mon, Aug 13, 2001 at 11:40:13PM +0200, Ulrich Weigand wrote:
> Is this the correct approach to fix the problem?

Not quite, the label should be deleted too, but by
turning it into a NOTE_INSN_DELETED_LABEL.  Try

  flow_delete_insn_chain (insn, NEXT_INSN (insn));

instead of the two flow_delete_insn calls.


r~



More information about the Gcc mailing list