aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-10-26 13:34:15 -0700
committerGitHub <noreply@github.com>2025-10-26 13:34:15 -0700
commit160b72787cde6e9c0964cd1751af77e20696889b (patch)
tree11af489e1a20304bfdfcb38ce704d158f1745695 /llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
parentabdef44814e8b6916107840a4aecf4cd085770ba (diff)
downloadllvm-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