summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-03-08 20:28:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-03-08 20:28:59 +0000
commiteb72532098c73821413420e27d728d3274ad63f7 (patch)
tree8030fba63a4e91235f691f48afc72bb518a014db
parentb743157df3ad9242fbd4ae8a6f4ef2c3fecedae2 (diff)
downloadbcm5719-llvm-eb72532098c73821413420e27d728d3274ad63f7.tar.gz
bcm5719-llvm-eb72532098c73821413420e27d728d3274ad63f7.zip
Remove stray semi-colon.
llvm-svn: 152331
-rw-r--r--clang/lib/Analysis/CallGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CallGraph.cpp b/clang/lib/Analysis/CallGraph.cpp
index 2aaeaf132d7..79519d75123 100644
--- a/clang/lib/Analysis/CallGraph.cpp
+++ b/clang/lib/Analysis/CallGraph.cpp
@@ -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)
OpenPOWER on IntegriCloud