mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 18:37:56 +00:00
[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:
parent
c3d768d729
commit
e6cb054d6a
@ -57,7 +57,7 @@ private:
|
||||
LambdaMaterializer<MaterializerFtor>
|
||||
createLambdaMaterializer(MaterializerFtor M) {
|
||||
return LambdaMaterializer<MaterializerFtor>(std::move(M));
|
||||
};
|
||||
}
|
||||
|
||||
typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user