1.0.19.7: refactor stack allocation decisions
[sbcl.git] / src / compiler / ppc / call.lisp
index d83df06..d0f6b01 100644 (file)
@@ -1095,9 +1095,6 @@ default-value-8
   (:translate %more-arg))
 
 ;;; Turn more arg (context, count) into a list.
-(defoptimizer (%listify-rest-args stack-allocate-result) ((&rest args))
-  t)
-
 (define-vop (listify-rest-args)
   (:args (context-arg :target context :scs (descriptor-reg))
          (count-arg :target count :scs (any-reg)))