diff options
author | Piotr Padlewski <piotr.padlewski@gmail.com> | 2016-12-28 20:36:08 +0000 |
---|---|---|
committer | Piotr Padlewski <piotr.padlewski@gmail.com> | 2016-12-28 20:36:08 +0000 |
commit | 629a7f2cc0cf61334ccb704dfdee17f93b58ba40 (patch) | |
tree | 62eb2dc7e84cbf9f7f8a952574181c356c626ac6 /llvm/test/Bitcode/mdnodes-in-post-order.ll | |
parent | 32ca14819848b362af9e1879f3811e68427f5279 (diff) | |
download | bcm5719-llvm-629a7f2cc0cf61334ccb704dfdee17f93b58ba40.tar.gz bcm5719-llvm-629a7f2cc0cf61334ccb704dfdee17f93b58ba40.zip |
[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
Diffstat (limited to 'llvm/test/Bitcode/mdnodes-in-post-order.ll')
0 files changed, 0 insertions, 0 deletions