diff options
author | Teresa Johnson <tejohnson@google.com> | 2025-07-29 08:18:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-29 08:18:31 -0700 |
commit | d4562a19911e05cf9d81c6857e94cfb1307d4315 (patch) | |
tree | afc583c82b79d70ffdaaceacfdf44284043a0e28 /clang/test/Modules/ModuleModuleDebugInfo.cpp | |
parent | 30ad2e24ab3392b1b1f022422255f010ed6dbd63 (diff) | |
download | llvm-d4562a19911e05cf9d81c6857e94cfb1307d4315.zip llvm-d4562a19911e05cf9d81c6857e94cfb1307d4315.tar.gz llvm-d4562a19911e05cf9d81c6857e94cfb1307d4315.tar.bz2 |
[MemProf] Use DenseMap for call map (NFC) (#151161)
There is no reason to use std::map for the call maps maintained for
function clones during function clone assignment, as we don't iterate
over them and don't need deterministic ordering, so use the more
efficient DenseMap.
Diffstat (limited to 'clang/test/Modules/ModuleModuleDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions