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

Merged Simon's fix to local-call-analyze-1 to make it work on maybe-inline

functions.
parent 0124f2c2
No related branches found
No related tags found
No related merge requests found
......@@ -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.19 1991/07/29 16:02:27 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.20 1991/08/22 16:07:46 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -242,7 +242,7 @@
(not (eq (functional-kind (node-home-lambda ref))
:top-level))))
(ecase (ref-inlinep ref)
((nil :inline)
((nil :inline :notinline)
(convert-call-if-possible ref dest))
((:notinline)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment