compiler.cfg.utilities: fix stack effect declaration

Slava Pestov 2009-07-28 07:40:09 -05:00
parent f19ee61d3a
commit 3fc36e3750
1 changed files with 1 additions and 1 deletions

View File

@ -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 -- ) -- )