0.8.4.15:
[sbcl.git] / src / compiler / ppc / arith.lisp
index 8dab1bb..5570dc5 100644 (file)
   (:generator 1
     (inst not res x)))
 
-(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))
 
 (macrolet 
     ((define-modular-backend (fun &optional constantp)