Repackage the operator-analysis code.
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Apr 1989 17:07:42 +0000 (17:07 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Apr 1989 17:07:42 +0000 (17:07 +0000)
v7/src/compiler/machines/bobcat/compiler.pkg

index ca30b80e68b05ae5416442ae44b244068a015af5..94ba9b2a6f7a4dd37441bdfaa76c52bfa08c7075 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.19 1989/03/14 19:49:07 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.20 1989/04/17 17:07:42 cph Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -293,7 +293,6 @@ MIT in each case. |#
 
 (define-package (compiler fg-optimizer)
   (files "fgopt/outer"                 ;outer analysis
-        "fgopt/operan"                 ;operator analysis
         "fgopt/sideff"                 ;side effect analysis
         "fgopt/desenv"                 ;environment design
         )
@@ -302,7 +301,6 @@ MIT in each case. |#
          clear-call-graph!
          compute-call-graph!
          design-environment-frames!
-         operator-analysis
          outer-analysis
          side-effect-analysis))
 
@@ -311,6 +309,11 @@ MIT in each case. |#
   (parent (compiler fg-optimizer))
   (export (compiler top-level) fold-constants))
 
+(define-package (compiler fg-optimizer operator-analysis)
+  (files "fgopt/operan")
+  (parent (compiler fg-optimizer))
+  (export (compiler top-level) operator-analysis))
+
 (define-package (compiler fg-optimizer environment-optimization)
   (files "fgopt/envopt")
   (parent (compiler fg-optimizer))