compiler.cfg.utilities: unused word

db4
Björn Lindqvist 2015-05-09 02:57:23 +02:00 committed by John Benediktsson
parent 8df92abeb9
commit e2c91852e4
1 changed files with 0 additions and 7 deletions

View File

@ -53,13 +53,6 @@ IN: compiler.cfg.utilities
from to bb update-predecessors
from to bb update-successors ;
: add-instructions ( bb quot -- )
[ instructions>> building ] dip '[
building get pop
[ @ ] dip
,
] with-variable ; inline
: has-phis? ( bb -- ? )
instructions>> first ##phi? ;