compiler.graphviz: fix load error
parent
8468f72b3f
commit
58441c38cc
|
|
@ -58,7 +58,7 @@ IN: compiler.graphviz
|
||||||
|
|
||||||
: cfg-vertex, ( bb -- )
|
: cfg-vertex, ( bb -- )
|
||||||
[ number>> number>string ]
|
[ number>> number>string ]
|
||||||
[ kill-block? { "color=grey" "style=filled" } { } ? ]
|
[ kill-block?>> { "color=grey" "style=filled" } { } ? ]
|
||||||
bi node-style, ;
|
bi node-style, ;
|
||||||
|
|
||||||
: cfgs ( cfgs -- )
|
: cfgs ( cfgs -- )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue