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
This commit is contained in:
Dan Gohman 2007-06-18 15:30:16 +00:00
parent 638c96d391
commit 7a0a4fc912

View 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 "";
}