From 4dc3a738e193a0abcf2594492c72c237303ae7e2 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 14 May 1992 02:59:18 +0000 Subject: [PATCH] Add a call to initialize-lap-linearizer! to phase/lap-generation. --- v7/src/compiler/base/toplev.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/base/toplev.scm b/v7/src/compiler/base/toplev.scm index ebe636748..4b26e988b 100644 --- a/v7/src/compiler/base/toplev.scm +++ b/v7/src/compiler/base/toplev.scm @@ -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) -- 2.25.1