summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-08-25 16:49:35 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-08-25 16:49:35 +0000
commit9894733b6802605ce26016c69aea098e76c5a21c (patch)
treef2f780cceeaed5ecfcfa0a5a89063073665b8d3b /llvm/lib
parent8a84c747d2de2e99e035d8e072a00795b406ca6e (diff)
downloadbcm5719-llvm-9894733b6802605ce26016c69aea098e76c5a21c.tar.gz
bcm5719-llvm-9894733b6802605ce26016c69aea098e76c5a21c.zip
Remove superfluous semicolon. NFCI.
llvm-svn: 340686
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Support/ItaniumManglingCanonicalizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp b/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
index f7b8b98ed16..7023305774e 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});
OpenPOWER on IntegriCloud