From: Guillermo J. Rozas Date: Thu, 18 Feb 1993 05:57:06 +0000 (+0000) Subject: Eliminate spurious NOPs. X-Git-Tag: 20090517-FFI~8499 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8033de5eabcc36a3610ae3e15c313239b76b1e76;p=mit-scheme.git Eliminate spurious NOPs. --- diff --git a/v7/src/compiler/machines/spectrum/rules3.scm b/v7/src/compiler/machines/spectrum/rules3.scm index cf6b97b3d..47cb8297d 100644 --- a/v7/src/compiler/machines/spectrum/rules3.scm +++ b/v7/src/compiler/machines/spectrum/rules3.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 4.37 1992/09/30 19:28:50 cph Exp $ +$Id: rules3.scm,v 4.38 1993/02/18 05:57:06 gjr Exp $ -Copyright (c) 1988-92 Massachusetts Institute of Technology +Copyright (c) 1988-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -212,7 +212,7 @@ MIT in each case. |# (define (optimized-primitive-invocation hook) (LAP ,@(clear-map!) - ,@(invoke-hook hook))) + ,@(invoke-hook/no-return hook))) ;;;; Invocation Prefixes