Fixed typo.
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 22 Jun 1995 15:22:26 +0000 (15:22 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 22 Jun 1995 15:22:26 +0000 (15:22 +0000)
v8/src/compiler/midend/simplify.scm

index d5ce2ebd6b3e8482098514b81a81388eb6309521..9765dc0362cedd2a097aa672887c4c1f8c03926a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: simplify.scm,v 1.13 1995/05/19 20:55:17 adams Exp $
+$Id: simplify.scm,v 1.14 1995/06/22 15:22:26 adams Exp $
 
 Copyright (c) 1994-1995 Massachusetts Institute of Technology
 
@@ -550,7 +550,7 @@ MIT in each case. |#
          ((LETREC/? expr)
           (small? (letrec/body expr) context 'quota))
          ((LET/? expr)
-          (small?* (map second bindings)
+          (small?* (map second (let/bindings expr))
                    (small? (let/body expr) 'SUBPROBLEM quota)))
          ((and (CALL/? expr)
                (equal? (call/continuation expr) '(QUOTE #F)))