diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp index a508ea680e993e866ca00289a1185d57f12d2589..ca2e2c3e7b98a823e741a1217c2aa4047eb7a4f2 100644 --- a/compiler/ir1tran.lisp +++ b/compiler/ir1tran.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/ir1tran.lisp,v 1.49 1991/07/18 02:08:51 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.50 1991/08/23 16:28:47 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -153,10 +153,8 @@ (ir1-convert-variable start cont form)) ((leaf-p form) (reference-leaf start cont form nil)) - ((constantp form) - (reference-constant start cont form)) (t - (compiler-error "Cannot evaluate this object: ~S" form))) + (reference-constant start cont form))) (let ((fun (car form))) (cond ((symbolp fun)