Remove stray semicolon. NFC.

llvm-svn: 238908
diff --git a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
index c96a27a..6f6ba72 100644
--- a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
+++ b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
@@ -2238,7 +2238,7 @@
   if (!R.empty())
     AH.setAttributes(AH.getAttributes().removeAttributes(
         Ctx, Index, AttributeSet::get(Ctx, Index, R)));
-};
+}
 
 void
 RewriteStatepointsForGC::stripDereferenceabilityInfoFromPrototype(Function &F) {