Skip to content
Commit cb058e41 authored by Chris Lattner's avatar Chris Lattner
Browse files

when a node is removed from an ilist, set its next/prev pointers to

null.  This means that uses of invalidated iterators will explode violently
with:
ilist:143: failed assertion `NodePtr && "++'d off the end of an ilist!"'

instead of happening to work "most of the time".

llvm-svn: 48859
parent c9c9e406
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment