1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/utils/yaml-bench
Benjamin Kramer 486636e5e7 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
2015-05-01 15:16:11 +00:00
..
CMakeLists.txt
Makefile
YAMLBench.cpp Remove std::move on return when it could prevent copy elision. 2015-05-01 15:16:11 +00:00