Make chain dependencies blue, in addition to being dashed.
authorDan Gohman <gohman@apple.com>
Mon, 18 Jun 2007 15:30:16 +0000 (15:30 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 18 Jun 2007 15:30:16 +0000 (15:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37626 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

index dbe101f9f4738541d0b9e2204b7d0d6a4b80b3f1..12b568262483e04a5537f1f13f1351af5b76d129 100644 (file)
@@ -51,7 +51,7 @@ namespace llvm {
       if (VT == MVT::Flag)
         return "color=red,style=bold";
       else if (VT == MVT::Other)
-        return "style=dashed";
+        return "color=blue,style=dashed";
       return "";
     }