Skip to content
Commit 297e5986 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Make MapVector a bit more expensive but harder to misuse. We now only

provide insertion order iteration, instead of the old option of
DenseMap order iteration over keys and insertion order iteration over
values.
This is implemented by keeping two copies of each key.

llvm-svn: 164221
parent 53750b18
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