Remove stray semi-colon.

llvm-svn: 152331
This commit is contained in:
Daniel Dunbar
2012-03-08 20:28:59 +00:00
parent b743157df3
commit eb72532098

View File

@@ -63,7 +63,7 @@ public:
CallGraphNode *CalleeNode = G->getOrInsertFunction(CalleeDecl);
CallerNode->addCallee(CalleeNode, G);
}
};
}
void VisitChildren(Stmt *S) {
for (Stmt::child_range I = S->children(); I; ++I)