compiler.cfg.block-joining: relax join heuristic

Slava Pestov 2009-07-16 05:50:44 -05:00
parent 0625e41de8
commit c6b3279018
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ IN: compiler.cfg.block-joining
: join-block? ( bb -- ? )
{
[ kill-vreg-block? not ]
[ predecessors>> length 1 = ]
[ predecessor kill-vreg-block? not ]
[ predecessor successors>> length 1 = ]