Skip to content
Snippets Groups Projects
Commit f5469989 authored by ram's avatar ram
Browse files

Fixed the fix for maybe-inline to really be a fix.

parent 95ce475e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -242,7 +242,7 @@
(not (eq (functional-kind (node-home-lambda ref)) (not (eq (functional-kind (node-home-lambda ref))
:top-level)))) :top-level))))
(ecase (ref-inlinep ref) (ecase (ref-inlinep ref)
((nil :inline :notinline) ((nil :inline :maybe-inline)
(convert-call-if-possible ref dest)) (convert-call-if-possible ref dest))
((:notinline))) ((:notinline)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment