projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7bf5b9
)
Fix think-o in implementation of object-type inliner.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 28 Dec 1992 21:57:56 +0000
(21:57 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 28 Dec 1992 21:57:56 +0000
(21:57 +0000)
v7/src/compiler/rtlgen/opncod.scm
patch
|
blob
|
history
diff --git
a/v7/src/compiler/rtlgen/opncod.scm
b/v7/src/compiler/rtlgen/opncod.scm
index 02b881eb58875a73c110803d4667d6d3df855e2c..2d1b4c2abc2154fad4a5bd047e3b9c8de2fefd7e 100644
(file)
--- a/
v7/src/compiler/rtlgen/opncod.scm
+++ b/
v7/src/compiler/rtlgen/opncod.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: opncod.scm,v 4.5
4 1992/12/23 13:36:44
cph Exp $
+$Id: opncod.scm,v 4.5
5 1992/12/28 21:57:56
cph Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
@@
-604,7
+604,8
@@
MIT in each case. |#
(finish
(rtl:make-eq-test (rtl:make-object->datum type)
(rtl:make-object->type object)))
- finish
+ (lambda (expression)
+ (finish (rtl:make-true-test expression)))
'OBJECT-TYPE?
expressions)))))
'(0 1)