1.0.19.7: refactor stack allocation decisions
[sbcl.git] / src / compiler / sparc / call.lisp
index 9c1094d..b869141 100644 (file)
@@ -1094,9 +1094,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)))