compiler: no spurious safepoint at start of loops

db4
Joe Groff 2011-10-19 22:58:02 -07:00
parent 3726f61c70
commit c06be95816
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ GENERIC: emit-node ( node -- )
basic-block get swap loops get set-at ;
: emit-loop ( node -- )
##safepoint
##branch
begin-basic-block
[ label>> id>> remember-loop ] [ child>> emit-nodes ] bi ;