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~