[PATCH] D80688: [JumpThreading] Use emplace_back instead of push_back (NFC)

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 22:52:47 PDT 2020


kazu created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

This patch replaces push_back with emplace_back where appropriate.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80688

Files:
  llvm/lib/Transforms/Scalar/JumpThreading.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80688.266738.patch
Type: text/x-patch
Size: 4490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/bfe56fb5/attachment.bin>


More information about the llvm-commits mailing list