aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGBlocks.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-12-07 01:54:38 +0000
committerJordan Rose <jordan_rose@apple.com>2012-12-07 01:54:38 +0000
commit5204d9e2fe0ea4e4b9c85087e355021c93221764 (patch)
treec34290bd5a60e449e20161279e4899a6bbfa5829 /lib/CodeGen/CGBlocks.cpp
parentde780d44244c93fbce059262ccebc8bae692f9ca (diff)
[analyzer] Remove possible pessimizations from r169563.
Thanks for reminding me about copy-elision, David. Passing references here doesn't help when we could get move construction in C++11. If we really cared, we'd use std::swap to steal the reference from the temporary arg, but it's probably not /that/ critical outside of Profile anyway. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGBlocks.cpp')
0 files changed, 0 insertions, 0 deletions