compiler.cfg.builder.blocks: return the slots, they are absolutely

needed for bootstrap
locals-and-roots
Björn Lindqvist 2016-03-16 14:08:49 +01:00
parent f906f1c282
commit 4a472d7882
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ USING: accessors arrays compiler.cfg compiler.cfg.instructions
compiler.cfg.stacks compiler.cfg.stacks.local compiler.cfg.utilities
kernel make math namespaces sequences ;
IN: compiler.cfg.builder.blocks
SLOT: in-d
SLOT: out-d
: set-basic-block ( basic-block -- )
dup begin-local-analysis instructions>> building set ;