Add a call to initialize-lap-linearizer! to phase/lap-generation.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 14 May 1992 02:59:18 +0000 (02:59 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 14 May 1992 02:59:18 +0000 (02:59 +0000)
v7/src/compiler/base/toplev.scm

index ebe636748e5beb18ff631a3833fe7054ebdfef1a..4b26e988bb5a4124d211e9daed490956fd8248dd 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.37 1991/12/02 18:46:57 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.38 1992/05/14 02:59:18 jinx Exp $
 
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -982,6 +982,7 @@ MIT in each case. |#
       (set! *interned-static-variables* '())
       (set! *block-label* (generate-label))
       (set! *external-labels* '())
+      (initialize-lap-linearizer!)
       (if *procedure-result?*
          (generate-lap *rtl-graphs* '()
            (lambda (prefix environment-label free-ref-label n-sections)