mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +08:00
Remove stray semi-colon.
llvm-svn: 152331
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user