compiler.cfg.value-numbering: fix ##box-displaced-alien simplification

db4
Slava Pestov 2009-08-28 19:05:49 -05:00
parent 2bb6293217
commit 908b4742c5
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ M: binary-expr simplify*
M: box-displaced-alien-expr simplify*
[ base>> ] [ displacement>> ] bi {
{ [ dup expr-zero? ] [ drop ] }
{ [ dup vn>expr expr-zero? ] [ drop ] }
[ 2drop f ]
} cond ;