compiler.cfg.utilities: fix stack effect declaration

db4
Slava Pestov 2009-07-28 07:40:09 -05:00
parent 857ef94acc
commit 009cfbfc8d
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 -- ) -- )