[all-commits] [llvm/llvm-project] c4990a: [JumpThreading] Use emplace_back instead of push_b...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed May 27 22:31:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c4990a03c6c347df120c0dbf6039e900889c4a92
https://github.com/llvm/llvm-project/commit/c4990a03c6c347df120c0dbf6039e900889c4a92
Author: Kazu Hirata <kazu at google.com>
Date: 2020-05-27 (Wed, 27 May 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
Log Message:
-----------
[JumpThreading] Use emplace_back instead of push_back (NFC)
Summary: This patch replaces push_back with emplace_back where appropriate.
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80688
More information about the All-commits
mailing list