diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-03-27 02:43:03 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-03-27 02:43:03 +0000 |
| commit | cb058e41a24b9d2b3e570e075cc5ab58c35fdcba (patch) | |
| tree | a8ffd74e194352986e71aa4dd74d7eb7a3cb14fb /llvm/lib/Support/StringPool.cpp | |
| parent | c9c9e406adaf9ad4c5e35f9f3cffcfd85f111fc4 (diff) | |
| download | bcm5719-llvm-cb058e41a24b9d2b3e570e075cc5ab58c35fdcba.tar.gz bcm5719-llvm-cb058e41a24b9d2b3e570e075cc5ab58c35fdcba.zip | |
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
Diffstat (limited to 'llvm/lib/Support/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions

