Unverified Commit 8d61f82b authored by Craig Topper's avatar Craig Topper Committed by GitHub
Browse files

[lld][RISCV] Avoid second map lookup in mergeArch. NFC (#84687)

Instead of using find and then inserting into the map, we can use
insert and fix up the version using the iterator if the insert fails.
parent b2ea0467
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment