Boris Boesler wrote: > But some basic blocks seem to point to insns which are not in the > insn-list. I had a short look at dbr_schedule() in reorg.c and the basic > blocks are not updated. Are they evaluated in a later pass? No. See pass_free_cfg, which is the third pass before pass_delay_slots. Jim