compiler.cfg.utilities: unused word
parent
8df92abeb9
commit
e2c91852e4
|
@ -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? ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue