Question of the suitable time to call `free_bb_for_insn()'

Richard Henderson rth@redhat.com
Tue Aug 16 20:25:00 GMT 2005


On Sun, Aug 14, 2005 at 09:15:49AM +0800, Ling-hua Tseng wrote:
> I figured out the `free_bb_for_insn()' is called before the reorg pass,
> and I would like to use the CFG in the reorg pass for a reason.

You can't, because the reorg pass destroys the CFG.  You'd have to
recompute the CFG from scratch.


r~



More information about the Gcc mailing list