Changes in directory llvm/tools/analyze:

GraphPrinters.cpp updated: 1.10 -> 1.11
---
Log message:

Patches to make the LLVM sources more -pedantic clean.  Patch provided
by Anton Korobeynikov!  This is a step towards closing PR786: 
http://llvm.cs.uiuc.edu/PR786 .


---
Diffs of the changes:  (+1 -1)

 GraphPrinters.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/analyze/GraphPrinters.cpp
diff -u llvm/tools/analyze/GraphPrinters.cpp:1.10 
llvm/tools/analyze/GraphPrinters.cpp:1.11
--- llvm/tools/analyze/GraphPrinters.cpp:1.10   Thu Apr 21 18:59:21 2005
+++ llvm/tools/analyze/GraphPrinters.cpp        Wed May 24 12:04:04 2006
@@ -74,4 +74,4 @@
 
   RegisterAnalysis<CallGraphPrinter> P2("print-callgraph",
                                         "Print Call Graph to 'dot' file");
-};
+}



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to