compiler.cfg.utilities: fix stack effect declaration
parent
857ef94acc
commit
009cfbfc8d
|
@ -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