Remove superfluous semicolon. NFCI.

llvm-svn: 340686
This commit is contained in:
Simon Pilgrim 2018-08-25 16:49:35 +00:00
parent 8a84c747d2
commit 9894733b68
1 changed files with 1 additions and 1 deletions

View File

@ -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});