commit | 7a0a4fc9127039cc7c55d74994fe7790ac30de43 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Jun 18 15:30:16 2007 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Jun 18 15:30:16 2007 +0000 |
tree | 4aff5185ce4eef59f7417d054b81994b107c919f | |
parent | 638c96d3914739a669fce153d8b2530ea93a72c6 [diff] [blame] |
Make chain dependencies blue, in addition to being dashed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37626 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index dbe101f..12b5682 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -51,7 +51,7 @@ if (VT == MVT::Flag) return "color=red,style=bold"; else if (VT == MVT::Other) - return "style=dashed"; + return "color=blue,style=dashed"; return ""; }