[LTO] Add a move to inialize member in ctor initialization list (NFC)

llvm-svn: 279210
This commit is contained in:
Mehdi Amini 2016-08-19 05:56:37 +00:00
parent 2c9336823c
commit 026ddbb4d6
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ LTO::LTO(Config Conf, ThinBackend Backend,
unsigned ParallelCodeGenParallelismLevel)
: Conf(std::move(Conf)),
RegularLTO(ParallelCodeGenParallelismLevel, this->Conf),
ThinLTO(Backend) {}
ThinLTO(std::move(Backend)) {}
// Add the given symbol to the GlobalResolutions map, and resolve its partition.
void LTO::addSymbolToGlobalRes(IRObjectFile *Obj,