Remove std::move that was preventing return value optimization.
authorRichard Trieu <rtrieu@google.com>
Sat, 17 Jan 2015 00:46:44 +0000 (00:46 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 17 Jan 2015 00:46:44 +0000 (00:46 +0000)
commit6cf3f3fceb4ecc0e9ea2eef26b1ed13ef2b761d3
treed1a090b1da90cf07e4dcbf49f8cf6d62add855cf
parent0553dac91ff3858b6095dc7d43799d632bea43d5
Remove std::move that was preventing return value optimization.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226356 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/Parser.cpp
lib/Support/YAMLParser.cpp