[llvm-commits] [llvm] r85706 - in /llvm/trunk: include/llvm/BasicBlock.h lib/VMCore/Globals.cpp lib/VMCore/Verifier.cpp

Chris Lattner sabre at nondot.org
Sun Nov 1 10:12:03 PST 2009


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

> Hi Chris,
>
>> +    if (Entry->hasAddressTaken()) {
>> +      Entry->removeDeadBlockAddress();
>
> what, the verifier is modifying the bitcode?!  This gives "verifying"
> a whole new meaning!

Fixed in r85722,

-Chris



More information about the llvm-commits mailing list