OSDN Git Service

Reverting change moving to selection dag graph.
authorJim Laskey <jlaskey@mac.com>
Fri, 30 Sep 2005 19:33:41 +0000 (19:33 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 30 Sep 2005 19:33:41 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23568 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/GraphWriter.h

index fbd5a25..e898733 100644 (file)
@@ -134,7 +134,7 @@ public:
     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);