[llvm-commits] CVS: llvm/include/llvm/Support/GraphWriter.h

Jim Laskey jlaskey at apple.com
Fri Sep 30 12:33:53 PDT 2005



Changes in directory llvm/include/llvm/Support:

GraphWriter.h updated: 1.24 -> 1.25
---
Log message:

Reverting change moving to selection dag graph.


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

 GraphWriter.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Support/GraphWriter.h
diff -u llvm/include/llvm/Support/GraphWriter.h:1.24 llvm/include/llvm/Support/GraphWriter.h:1.25
--- llvm/include/llvm/Support/GraphWriter.h:1.24	Fri Sep 30 14:11:53 2005
+++ llvm/include/llvm/Support/GraphWriter.h	Fri Sep 30 14:33:41 2005
@@ -134,7 +134,7 @@
     if (DOTTraits::renderGraphFromBottomUp())
       O << DOT::EscapeString(DOTTraits::getNodeLabel(Node, G));
 
-    O << "|\\N}\"];\n";   // Finish printing the "node" line
+    O << "}\"];\n";   // Finish printing the "node" line
 
     // Output all of the edges now
     EI = GTraits::child_begin(Node);






More information about the llvm-commits mailing list