Commit b818676f authored by Sanjoy Das's avatar Sanjoy Das
Browse files

Don't modify the DenseMap being iterated over from within the loop

that is iterating over it

Inserting elements into a `DenseMap` invalidated iterators pointing
into the `DenseMap` instance.

Differential Revision: http://reviews.llvm.org/D7924

llvm-svn: 230719
parent 859e0176
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment