summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-11-03 22:29:20 +0000
committerTamas Berghammer <tberghammer@google.com>2015-11-03 22:29:20 +0000
commit5c28ae12ceb07fce0011e7dba686c4d9774517eb (patch)
treebc7eedc7f2bd22688f8bbd9987c89c55bae24c0f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent276743f0600c1b09f57dbbcdb0b89443f3b7522e (diff)
Use std::list::splice in TaskPool to avoid an allocation
Using std::list::splice to move an element from one list to an other avoids the allocation of a new element and a move of the data. llvm-svn: 251993
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions