0.8.15.10:
[sbcl.git] / src / compiler / ir2tran.lisp
index afa0fb6..922c8b2 100644 (file)
           (t (bug "Trying to pop a not stack-allocated LVAR ~S."
                   lvar)))))
 
-(locally (declare (optimize (debug 3)))
 (defoptimizer (%nip-values ir2-convert) ((last-nipped last-preserved
                                                      &rest moved)
                                          node block)
              #!-stack-grows-downward-not-upward
              (nip-unaligned (ir2-lvar-stack-pointer 2after)))
             (t
-             (bug "Trying to nip a not stack-allocated LVAR ~S." after)))))))
+             (bug "Trying to nip a not stack-allocated LVAR ~S." after))))))
 
 ;;; Deliver the values TNs to LVAR using MOVE-LVAR-RESULT.
 (defoptimizer (values ir2-convert) ((&rest values) node block)