compiler.cfg.utilities: fix stack effect declaration
parent
f19ee61d3a
commit
3fc36e3750
|
@ -49,7 +49,7 @@ SYMBOL: visited
|
|||
: has-phis? ( bb -- ? )
|
||||
instructions>> first ##phi? ;
|
||||
|
||||
: cfg-has-phis? ( cfg -- )
|
||||
: cfg-has-phis? ( cfg -- ? )
|
||||
post-order [ has-phis? ] any? ;
|
||||
|
||||
: if-has-phis ( bb quot: ( bb -- ) -- )
|
||||
|
|
Loading…
Reference in New Issue