Graphviz: tidy up decl node

This commit is contained in:
Akemi Izuko 2023-11-14 23:04:59 -07:00
parent acf62cce5f
commit 25e5ea1560
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -19,6 +19,8 @@ digraph fn_gen_decl {
h [label="push to global scope"]; h [label="push to global scope"];
i [label="return" style=filled fillcolor=lightskyblue1]; i [label="return" style=filled fillcolor=lightskyblue1];
{rank=same; b c e f g}
a -> b -> h; a -> b -> h;
a -> c -> h; a -> c -> h;
a -> e -> h; a -> e -> h;