From 41f22ea7c9f1e0360393d87b9ac36f34b7c3c75b Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 4 Apr 1991 14:11:30 +0000
Subject: [PATCH] Added a new assertion in DELETE-COMPONENT.

---
 compiler/ir1util.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index 7ef5b43f0..343e561d3 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.35 1991/04/03 12:45:37 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.36 1991/04/04 14:11:30 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1150,6 +1150,7 @@ inlines
 ;;;
 (defun delete-component (component)
   (declare (type component component))
+  (assert (null (component-new-functions component)))
   (do-blocks (block component)
     (setf (block-delete-p block) t))
   (dolist (fun (component-lambdas component))
-- 
GitLab