1.0.19.7: refactor stack allocation decisions
[sbcl.git] / src / compiler / x86 / call.lisp
index 3e4d057..5c1152a 100644 (file)
     (inst mov value (make-ea :dword :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)