1.0.9.14: Marginally improved VOPs, and a bit of code cleanup.
[sbcl.git] / src / compiler / mips / alloc.lisp
index 44d523a..8b1cff9 100644 (file)
@@ -10,7 +10,6 @@
 ;;;; files for more information.
 
 (in-package "SB!VM")
-
 \f
 ;;;; LIST and LIST*
 (defoptimizer (list stack-allocate-result) ((&rest args))
@@ -80,7 +79,6 @@
 
 (define-vop (list* list-or-list*)
   (:variant t))
-
 \f
 ;;;; Special purpose inline allocators.