Patches to make the LLVM sources more -pedantic clean. Patch provided
[oota-llvm.git] / tools / analyze / GraphPrinters.cpp
index 6f2ca5dd8164f12ac3e8f1239291980c1d8301cf..8826cd2a777dce8cc83bae9e0714609c26ad4836 100644 (file)
@@ -74,4 +74,4 @@ namespace {
 
   RegisterAnalysis<CallGraphPrinter> P2("print-callgraph",
                                         "Print Call Graph to 'dot' file");
-};
+}