mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[ORC] Remove a superfluous semicolon, fixing warnings. NFC.
llvm-svn: 343068
This commit is contained in:
parent
5eec37df52
commit
6df91f458f
@ -73,7 +73,7 @@ public:
|
||||
createNotifyResolvedFunction(NotifyResolvedImpl NotifyResolved) {
|
||||
return llvm::make_unique<NotifyResolvedFunctionImpl<NotifyResolvedImpl>>(
|
||||
std::move(NotifyResolved));
|
||||
};
|
||||
}
|
||||
|
||||
// Return a free call-through trampoline and bind it to look up and call
|
||||
// through to the given symbol.
|
||||
|
Loading…
Reference in New Issue
Block a user