diff options
| author | Kazu Hirata <kazu@google.com> | 2025-10-26 13:34:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 13:34:15 -0700 |
| commit | 160b72787cde6e9c0964cd1751af77e20696889b (patch) | |
| tree | 11af489e1a20304bfdfcb38ce704d158f1745695 /llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp | |
| parent | abdef44814e8b6916107840a4aecf4cd085770ba (diff) | |
| download | llvm-160b72787cde6e9c0964cd1751af77e20696889b.zip llvm-160b72787cde6e9c0964cd1751af77e20696889b.tar.gz llvm-160b72787cde6e9c0964cd1751af77e20696889b.tar.bz2 | |
[CodeGen] Use DenseMap::try_emplace (NFC) (#165165)
With try_emplace, we can pass the key and the arguments for the
value's constructor, which is a lot shorter than:
Map.insert(std::make_pair(Key, ValueType(Arg1, Arg2)))
Diffstat (limited to 'llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions
