llvm-project/llvm/utils/yaml-bench
Benjamin Kramer 548e8a405c 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