1
0
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:
Martin Storsjo 2018-09-26 06:13:03 +00:00
parent 5eec37df52
commit 6df91f458f

View File

@ -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.