From 8033de5eabcc36a3610ae3e15c313239b76b1e76 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 18 Feb 1993 05:57:06 +0000 Subject: [PATCH] Eliminate spurious NOPs. --- v7/src/compiler/machines/spectrum/rules3.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1