Move optimizer to extra/

db4
Slava Pestov 2007-12-26 21:21:12 -05:00
parent f53fa196ac
commit b810e92456
1 changed files with 2 additions and 2 deletions
extra/optimizer/debugger

View File

@ -73,8 +73,8 @@ M: #push node>quot nip pushed-literals % ;
DEFER: dataflow>quot
: #call>quot ( ? node -- )
dup node-param dup
[ , dup effect-str comment, ] [ 3drop ] if ;
dup node-param dup ,
[ dup effect-str ] [ "empty call" ] if comment, ;
M: #call node>quot #call>quot ;