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

Duncan Sands baldrick at free.fr
Sun Nov 1 02:11:02 PST 2009


Hi Chris,

> +    if (Entry->hasAddressTaken()) {
> +      Entry->removeDeadBlockAddress();

what, the verifier is modifying the bitcode?!  This gives "verifying"
a whole new meaning!

Ciao,

Duncan.



More information about the llvm-commits mailing list