[llvm-commits] [llvm] r136751 - /llvm/trunk/lib/Analysis/PathNumbering.cpp

Chris Lattner clattner at apple.com
Tue Aug 2 20:58:10 PDT 2011


On Aug 2, 2011, at 6:10 PM, Bill Wendling wrote:

>>> Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits
>>> the function, because the UnwindInst is going away.
>> 
>> I guess this is safe because no one uses unwind?
>> 
> There are about four passes which create unwind instructions: ShadowStackGC.cpp, LowerSetJmp.cpp, LowerInvoke.cpp, and UnifyFunctionExitNodes.cpp. I don't think they will interfere with this. But I added the UnwindInst back for now just to be on the safe side...

Thanks!




More information about the llvm-commits mailing list