Remove superfluous semicolon. NFCI.

llvm-svn: 340686
diff --git a/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp b/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
index f7b8b98e..7023305 100644
--- a/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
+++ b/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
@@ -82,7 +82,7 @@
 
 template<> void ProfileNode::operator()(const ForwardTemplateReference *N) {
   llvm_unreachable("should never canonicalize a ForwardTemplateReference");
-};
+}
 
 void profileNode(llvm::FoldingSetNodeID &ID, const Node *N) {
   N->visit(ProfileNode{ID});