llvm-project
7108deca - [MC] Use *Map::try_emplace (NFC) (#140397)

Commit
213 days ago
[MC] Use *Map::try_emplace (NFC) (#140397) try_emplace with is much shorter and simpler if we are default-constructing the value. While I'm at it, this patch uses structured bindings to receive the return value from try_emplace.
Parents
Loading