diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2020-08-19 01:08:38 +0300 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2020-08-19 01:09:25 +0300 |
commit | 2f0178585722ae289a71cfd81f9ca42235e3aefd (patch) | |
tree | af6fd263281b73abd99926ebc8b6317f537546cf /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | b34b1e38381fa4d1b1d9751a6b5233b68e734cfe (diff) | |
download | llvm-2f0178585722ae289a71cfd81f9ca42235e3aefd.zip llvm-2f0178585722ae289a71cfd81f9ca42235e3aefd.tar.gz llvm-2f0178585722ae289a71cfd81f9ca42235e3aefd.tar.bz2 |
[NFC][InstCombine] Aggregate reconstruction: use plain map
Now that we no longer require for this map to have stable iteration order,
we no longer need to pay for keeping the iteration order stable,
so switch from `SmallMapVector` to `SmallDenseMap`.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions