Convert an ASSERT into an AVER in INIT-LIVE-TNS
[sbcl.git] / src / compiler / pack.lisp
index cc5afac..60d8565 100644 (file)
                 ((= offset end))
               (declare (type index offset end))
               (setf (svref (finite-sb-live-tns sb) offset) tn))
-            (assert (and (null (tn-reads tn))
-                         (null (tn-writes tn))))))))
+            (aver (and (null (tn-reads tn)) (null (tn-writes tn))))))))
 
   (setq *live-block* block)
   (setq *live-vop* (ir2-block-last-vop block))