Add a missing return to the move assignment operator for
authorChandler Carruth <chandlerc@gmail.com>
Fri, 4 Nov 2016 07:16:33 +0000 (07:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 4 Nov 2016 07:16:33 +0000 (07:16 +0000)
commit8a5170e02a415ed85cf60daf8434308526d14f61
treed5ae8d85022ae9bbe1463a638c36dd5748b02ba1
parent33e58901db5d1a1fc8e3b7d99710f96634e3ae92
Add a missing return to the move assignment operator for
SequenceNumberManager.

Sadly, we don't have any unittests for this class because it is
a private class. Since it seems to have a nice isolated and testable
interface, it'd be great to extract it to a detail namespace and write
unit tests for it as then we could catch issues. I'll probably pester
Lang about that or some alternative refactoring.

This was noticed by PVS-Studio.

llvm-svn: 285990
llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h