1.0.19.7: refactor stack allocation decisions
[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)