aboutsummaryrefslogtreecommitdiff
path: root/tools/analyze/GraphPrinters.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/analyze/GraphPrinters.cpp')
-rw-r--r--tools/analyze/GraphPrinters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/GraphPrinters.cpp b/tools/analyze/GraphPrinters.cpp
index 6f2ca5dd81..8826cd2a77 100644
--- a/tools/analyze/GraphPrinters.cpp
+++ b/tools/analyze/GraphPrinters.cpp
@@ -74,4 +74,4 @@ namespace {
RegisterAnalysis<CallGraphPrinter> P2("print-callgraph",
"Print Call Graph to 'dot' file");
-};
+}