Make chain dependencies blue, in addition to being dashed.

llvm-svn: 37626
This commit is contained in:
Dan Gohman 2007-06-18 15:30:16 +00:00
parent c98815ba32
commit 8c7333266c
1 changed files with 1 additions and 1 deletions

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