Basic block infrastructure after dbr pass

Jim Wilson wilson@tuliptree.org
Mon Mar 17 17:34:00 GMT 2008


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



More information about the Gcc mailing list