[llvm-commits] [llvm] r94019 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/Target/X86/X86ISelDAGToDAG.cpp

David Greene dag at cray.com
Thu Jan 21 14:02:30 PST 2010


On Thursday 21 January 2010 13:23, Bill Wendling wrote:

>     if (I == SortedPos) {
> #ifndef NDEBUG
>       SDNode *S = ++I;
>       dbgs() << "Overran sorted position:\n"
>       S->dumprFull();
> #endif
>       llvm_unreachable(0);
>     }

Yeah, ok, that's better.  Will fix.

                               -Dave



More information about the llvm-commits mailing list