From 9894733b6802605ce26016c69aea098e76c5a21c Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 25 Aug 2018 16:49:35 +0000 Subject: [PATCH] Remove superfluous semicolon. NFCI. llvm-svn: 340686 --- llvm/lib/Support/ItaniumManglingCanonicalizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ struct ProfileNode { 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}); -- 2.7.4