diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-09-19 13:42:51 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-09-19 13:42:51 +0000 |
commit | c312f098999d4640cf91934632ccecfc9ef30b85 (patch) | |
tree | 73ba921ecb4ec6614e17cc18a980c077e6415af3 /lib/Transforms/Utils/SimplifyCFG.cpp | |
parent | 9455a61009d6745558b217a44838f5c6318b0d5c (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions