summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorPiotr Padlewski <piotr.padlewski@gmail.com>2016-12-28 20:36:08 +0000
committerPiotr Padlewski <piotr.padlewski@gmail.com>2016-12-28 20:36:08 +0000
commit629a7f2cc0cf61334ccb704dfdee17f93b58ba40 (patch)
tree62eb2dc7e84cbf9f7f8a952574181c356c626ac6 /llvm/test
parent32ca14819848b362af9e1879f3811e68427f5279 (diff)
downloadbcm5719-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')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud