forked from OSchip/llvm-project
Make chain dependencies blue, in addition to being dashed.
llvm-svn: 37626
This commit is contained in:
parent
c98815ba32
commit
8c7333266c
|
@ -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 "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue