add-to-work-list ( basic-blocks -- )


Vocabulary
compiler.cfg.liveness

Definition
USING: deques namespaces ;

IN: compiler.cfg.liveness

: add-to-work-list ( basic-blocks -- )
work-list get push-all-front ;