From: Jim Laskey Date: Fri, 30 Sep 2005 19:33:41 +0000 (+0000) Subject: Reverting change moving to selection dag graph. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b78ea801cd762ede7586c6e8ae37f8009100289a;p=oota-llvm.git Reverting change moving to selection dag graph. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23568 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h index fbd5a25c741..e898733a583 100644 --- a/include/llvm/Support/GraphWriter.h +++ b/include/llvm/Support/GraphWriter.h @@ -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);