[llvm-commits] [llvm] r43578 - /llvm/trunk/lib/VMCore/Verifier.cpp

Devang Patel dpatel at apple.com
Wed Oct 31 14:42:28 PDT 2007


On Oct 31, 2007, at 2:30 PM, Anton Korobeynikov wrote:

>
>> Why can't you check this at the beginning of
>> Verifier::visitBasicBlock() ?
> I think due to this:
>
>> AU.addRequired<DominatorTree>();
>
> DomTree crashes on invalid CFG.

aha.
ok.
-
Devang



More information about the llvm-commits mailing list