1.0.20.4: Use a new set implementation for constraint propagation.
[sbcl.git] / src / compiler / x86-64 / call.lisp
index 8dfada6..6676cc4 100644 (file)
     (inst mov value (make-ea :qword :base object :index value))))
 
 ;;; Turn more arg (context, count) into a list.
-(defoptimizer (%listify-rest-args stack-allocate-result) ((&rest args))
-  t)
-
 (define-vop (listify-rest-args)
   (:translate %listify-rest-args)
   (:policy :safe)