From: Chris Hanson Date: Sat, 21 Jan 1989 09:22:17 +0000 (+0000) Subject: Define `combination/inline/simple?'. X-Git-Tag: 20090517-FFI~12285 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=35c48f89257933bc3346f42323b97d66e3b57d9d;p=mit-scheme.git Define `combination/inline/simple?'. --- diff --git a/v7/src/compiler/machines/bobcat/compiler.pkg b/v7/src/compiler/machines/bobcat/compiler.pkg index 54433cf8a..b8776c6cb 100644 --- a/v7/src/compiler/machines/bobcat/compiler.pkg +++ b/v7/src/compiler/machines/bobcat/compiler.pkg @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.17 1989/01/06 20:50:03 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.18 1989/01/21 09:22:17 cph Exp $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988, 1989 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -400,6 +400,8 @@ MIT in each case. |# (files "rtlgen/opncod") (parent (compiler rtl-generator)) (export (compiler rtl-generator) combination/inline) + (export (compiler fg-optimizer simplicity-analysis) + combination/inline/simple?) (export (compiler top-level) open-coding-analysis)) (define-package (compiler rtl-generator find-block)