0.8.4.15:
[sbcl.git] / src / compiler / sparc / arith.lisp
index 65f35be..412c56f 100644 (file)
 (define-source-transform lognor (x y)
   `(lognot (logior ,x ,y)))
 
-(defknown ash-left-constant-mod32 (integer (integer 0)) (unsigned-byte 32)
-  (foldable flushable movable))
-(define-vop (fast-ash-left-constant-mod32/unsigned=>unsigned
+(define-vop (fast-ash-left-mod32-c/unsigned=>unsigned
             fast-ash-c/unsigned=>unsigned)
-  (:translate ash-left-constant-mod32))
+  (:translate ash-left-mod32))
 \f
 ;;;; Binary conditional VOPs: