aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/GraphWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/GraphWriter.h')
-rw-r--r--include/llvm/Support/GraphWriter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h
index d5f2e741da..bd3fcea110 100644
--- a/include/llvm/Support/GraphWriter.h
+++ b/include/llvm/Support/GraphWriter.h
@@ -45,7 +45,7 @@ namespace GraphProgram {
CIRCO
};
}
-
+
void DisplayGraph(const sys::Path& Filename, bool wait=true, GraphProgram::Name program = GraphProgram::DOT);
template<typename GraphType>
@@ -223,9 +223,9 @@ public:
O << " -> Node" << DestNodeID;
if (DestNodePort >= 0) {
if (DOTTraits::hasEdgeDestLabels())
- O << ":d" << DestNodePort;
+ O << ":d" << DestNodePort;
else
- O << ":s" << DestNodePort;
+ O << ":s" << DestNodePort;
}
if (!Attrs.empty())