diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h index e898733a583..fbd5a25c741 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"; // Finish printing the "node" line + O << "|\\N}\"];\n"; // Finish printing the "node" line // Output all of the edges now EI = GTraits::child_begin(Node);