Skip to content
Commit 629a7f2c authored by Piotr Padlewski's avatar Piotr Padlewski
Browse files

[NewGVN] replace emplace_back with push_back

emplace_back is not faster if it is equivalent to push_back. In this cases emplaced value had the
same type that the one stored in container. It is ugly and it might be even slower (see
Scott Meyers presentation about emplacement).

llvm-svn: 290685
parent 32ca1481
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment