diff options
author | Craig Topper <craig.topper@sifive.com> | 2023-04-09 16:32:54 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2023-04-09 16:32:54 -0700 |
commit | af27138315c2cef058c2ad8b4070d78d60b4fdd1 (patch) | |
tree | e6636f88c313605d65a6ec01ae6e5d91f25e18f5 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 13b21971fbf5cd47dc3acb0c593aae8ae980c8d8 (diff) | |
download | llvm-af27138315c2cef058c2ad8b4070d78d60b4fdd1.zip llvm-af27138315c2cef058c2ad8b4070d78d60b4fdd1.tar.gz llvm-af27138315c2cef058c2ad8b4070d78d60b4fdd1.tar.bz2 |
[TableGen] Use map::try_emplace to construction DAGInstruction in the Instructions map. NFC
We add entries to the map in two places. One already used
std::piecewise_construct with map::emplace. The other was using
map::insert. Change both to map::try_emplace.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions