0.8.3.62:
[sbcl.git] / src / compiler / ppc / arith.lisp
index 91f23bf..9bbc6cd 100644 (file)
                 ((unsigned-byte 32) (constant-arg (unsigned-byte 32)))
                 (unsigned-byte 32))
   "recode as shifts and adds"
-  (let ((y (continuation-value y)))
+  (let ((y (lvar-value y)))
     (multiple-value-bind (result adds shifts)
        (ub32-strength-reduce-constant-multiply 'x y)
       (cond