[LLVMdev] unwinds to in the CFG

Nick Lewycky nicholas at mxc.ca
Thu Mar 27 23:20:59 PDT 2008


Sorry -- Small change.

Nick Lewycky wrote:
> A. redefine the CFG a bit.
>   i.   pred_iterator stays the same.

pred_iterator becomes an inverse of outedge_iterator. That is, edges 
that lead to the execution of this block, regardless of whether it's an 
unwind-edge or not.

Nick




More information about the llvm-dev mailing list