diff --git a/compiler/locall.lisp b/compiler/locall.lisp index 204c12e157e4f590ed9ed2da543333e3dbc548e0..9bc798d6f94f18ddbfb114a8d6a2f65d38b0c5fb 100644 --- a/compiler/locall.lisp +++ b/compiler/locall.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/locall.lisp,v 1.20 1991/08/22 16:07:46 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.21 1991/08/26 17:28:01 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -242,7 +242,7 @@ (not (eq (functional-kind (node-home-lambda ref)) :top-level)))) (ecase (ref-inlinep ref) - ((nil :inline :notinline) + ((nil :inline :maybe-inline) (convert-call-if-possible ref dest)) ((:notinline)))