]> granicus.if.org Git - llvm/commitdiff
[JITLink] Remove a redundant semicolon, silencing -Wpedantic warnings with GCC. NFC.
authorMartin Storsjo <martin@martin.st>
Fri, 4 Oct 2019 07:05:22 +0000 (07:05 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 4 Oct 2019 07:05:22 +0000 (07:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373696 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/JITLink/JITLink.h

index 14c403e6b9cdbda60b78dc75693d1791034d44f8..6d44745869e16e4e71a24ee6d41f345b8abc7768 100644 (file)
@@ -972,7 +972,7 @@ createLookupContinuation(Continuation Cont) {
   };
 
   return std::make_unique<Impl>(std::move(Cont));
-};
+}
 
 /// Holds context for a single jitLink invocation.
 class JITLinkContext {