Tidied check for static form.
authorStephen Adams <edu/mit/csail/zurich/adams>
Sat, 11 Feb 1995 03:16:45 +0000 (03:16 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sat, 11 Feb 1995 03:16:45 +0000 (03:16 +0000)
v8/src/compiler/midend/simplify.scm

index e2afd41b5fe803535d397a4846f28343d9179f96..99d20b2ea844a963b8d7dd66fcd8587dee7f0f26 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: simplify.scm,v 1.3 1995/02/11 01:58:44 adams Exp $
+$Id: simplify.scm,v 1.4 1995/02/11 03:16:45 adams Exp $
 
 Copyright (c) 1994 Massachusetts Institute of Technology
 
@@ -352,7 +352,7 @@ MIT in each case. |#
       (and *after-cps-conversion?*
           (CALL/? body)
           (form/simple&side-effect-free? value)
-          (not (form/satisfies? value '(STATIC))))))
+          (not (form/static? value)))))
 
 ;; Note: this only works if no variable free in value is captured
 ;; at any reference in node.