Graphviz: tidy up decl node
This commit is contained in:
parent
acf62cce5f
commit
25e5ea1560
|
@ -19,6 +19,8 @@ digraph fn_gen_decl {
|
|||
h [label="push to global scope"];
|
||||
i [label="return" style=filled fillcolor=lightskyblue1];
|
||||
|
||||
{rank=same; b c e f g}
|
||||
|
||||
a -> b -> h;
|
||||
a -> c -> h;
|
||||
a -> e -> h;
|
||||
|
|
Loading…
Reference in a new issue