[IR] Avoid redundant map lookup [NFC]
Use the iterator returned by MapVector::insert to update the value in the map, instead of a second redundant map lookup.
Loading
Please sign in to comment
Use the iterator returned by MapVector::insert to update the value in the map, instead of a second redundant map lookup.