This is an archive of the discontinued LLVM Phabricator instance.

[JumpThreading] Use emplace_back instead of push_back (NFC)
ClosedPublic

Authored by kazu on May 27 2020, 10:30 PM.

Details

Summary

This patch replaces push_back with emplace_back where appropriate.

Diff Detail

Event Timeline

kazu created this revision.May 27 2020, 10:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2020, 10:30 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.May 27 2020, 10:53 PM
This revision was automatically updated to reflect the committed changes.