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

Slava Pestov 2009-08-28 19:05:49 -05:00
parent f30aa5d20e
commit fa64522421
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 ;