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
Loading
Please register or sign in to comment