diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-05-01 15:16:11 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-05-01 15:16:11 +0000 |
commit | 548e8a405cc56065b978a99c9192bf7efda99776 (patch) | |
tree | 2a974d9c9f9f42af8853f42b6022b4c77bb9beca /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 439ee9d7bc8e9eb6936dd6663706282127558805 (diff) | |
download | llvm-548e8a405cc56065b978a99c9192bf7efda99776.zip llvm-548e8a405cc56065b978a99c9192bf7efda99776.tar.gz llvm-548e8a405cc56065b978a99c9192bf7efda99776.tar.bz2 |
Remove std::move on return when it could prevent copy elision.
Found by -Wpessimizing-move, no functional change. The APFloat and
PassManager change doesn't affect codegen as returning a by-value
argument will always result in a move.
llvm-svn: 236316
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions