Fix -Wpedantic warning about extra semi-colon

llvm-svn: 265204
diff --git a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
index ed008ad..7c4e74e 100644
--- a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
+++ b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
@@ -116,7 +116,7 @@
           }))
     return false;
   return true;
-};
+}
 
 static void ResolveODR(GlobalValue &GV, const ModuleSummaryIndex &Index,
                              StringRef ModulePath) {