compiler.cfg.builder: use compiler.cfg.builder.alien.

db4
John Benediktsson 2014-12-13 18:08:50 -08:00
parent 24263299fa
commit a689211ae1
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
! Copyright (C) 2004, 2010 Slava Pestov. ! Copyright (C) 2004, 2010 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors assocs combinators compiler.cfg USING: accessors assocs combinators compiler.cfg
compiler.cfg.builder.blocks compiler.cfg.comparisons compiler.cfg.builder.alien compiler.cfg.builder.blocks
compiler.cfg.hats compiler.cfg.instructions compiler.cfg.comparisons compiler.cfg.hats
compiler.cfg.intrinsics compiler.cfg.registers compiler.cfg.instructions compiler.cfg.intrinsics
compiler.cfg.stacks compiler.cfg.stacks.local compiler.tree compiler.cfg.registers compiler.cfg.stacks
cpu.architecture fry kernel make math namespaces sequences words compiler.cfg.stacks.local compiler.tree cpu.architecture
; fry kernel make math namespaces sequences words ;
IN: compiler.cfg.builder IN: compiler.cfg.builder
! Convert tree SSA IR to CFG IR. The result is not in SSA form; this is ! Convert tree SSA IR to CFG IR. The result is not in SSA form; this is