compiler.cfg.block-joining: relax join heuristic

db4
Slava Pestov 2009-07-16 05:50:44 -05:00
parent 4931ab0d5f
commit fc0e0f1924
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 = ]