From: Lang Hames Date: Mon, 19 Oct 2015 17:49:37 +0000 (+0000) Subject: [Orc] Remove extraneous semicolon that found its way into r250712. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=e6cb054d6aa73fc9e6afa23793f16960ae5264c8;ds=sidebyside [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 --- diff --git a/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h b/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h index 62647680aa6..926c1a76b5a 100644 --- a/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +++ b/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h @@ -57,7 +57,7 @@ private: LambdaMaterializer createLambdaMaterializer(MaterializerFtor M) { return LambdaMaterializer(std::move(M)); - }; + } typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;