mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-01 23:41:19 +08:00
Compiling on clang showed a couple of pessimizations. Fixed thusly. libcody/ * client.cc (Client::ProcessResponse): Remove std::move inside ?: c++tools/ * resolver.cc (module_resolver::cmi_response): Remove std::move of temporary.