[llvm-commits] CVS: llvm/tools/analyze/GraphPrinters.cpp

Chris Lattner lattner at cs.uiuc.edu
Wed May 24 10:04:35 PDT 2006



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");
-};
+}






More information about the llvm-commits mailing list