Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
79f26f03
Commit
79f26f03
authored
Apr 02, 1991
by
wlott
Browse files
Fixed some typos.
parent
fc107092
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ir1util.lisp
View file @
79f26f03
...
...
@@ -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.3
3
1991/0
3/27 17:37
:18 wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.3
4
1991/0
4/02 11:06
:18 wlott Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -603,8 +603,8 @@ inlines
;;; DELETE-REF will handle the deletion.
;;;
(
defun
delete-functional
(
fun
)
(
assert
(
and
(
null
(
leaf-refs
fun
))
)
(
not
(
functional-entry-function
fun
)))
(
assert
(
and
(
null
(
leaf-refs
fun
))
(
not
(
functional-entry-function
fun
)))
)
(
etypecase
fun
(
optional-dispatch
(
delete-optional-dispatch
fun
))
(
clambda
(
delete-lambda
fun
)))
...
...
@@ -749,7 +749,7 @@ inlines
(
clambda
(
ecase
(
functional-kind
leaf
)
((
nil
:let
:mv-let
:escape
:cleanup
)
(
ass
s
ert
(
not
(
functional-entry-function
leaf
))))
(
assert
(
not
(
functional-entry-function
leaf
))))
(
:external
(
delete-lambda
leaf
))
((
:deleted
:optional
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment