[llvm-commits] [llvm] r85627 - in /llvm/trunk: lib/VMCore/BasicBlock.cpp test/Transforms/SimplifyCFG/basictest.ll

Chris Lattner sabre at nondot.org
Sun Nov 1 09:40:02 PST 2009


On Nov 1, 2009, at 2:14 AM, Duncan Sands wrote:

>> Why not replace with undef?  Is this so it is easier to debug if  
>> someone
>> does try to jump to it?
>
> I understood after sending this that the important thing is to have  
> something
> that is not null.  Sorry for the noise.

Right, they have to compare unequal to null.  Thanks for the review  
Duncan!

-Chris



More information about the llvm-commits mailing list