[Orc] Remove extraneous semicolon that found its way into r250712.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2015-10-19 17:49:37 +00:00
parent c3d768d729
commit e6cb054d6a

View File

@ -57,7 +57,7 @@ private:
LambdaMaterializer<MaterializerFtor>
createLambdaMaterializer(MaterializerFtor M) {
return LambdaMaterializer<MaterializerFtor>(std::move(M));
};
}
typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;