From 9f502ecb6e42e884c0a5efb54c9e71bb2d4eeb0c Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sat, 11 Feb 1995 01:59:38 +0000 Subject: [PATCH] Added set-interrupt-enables! to the list of uninteresting possible delta-reductions. --- v8/src/compiler/midend/cleanup.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v8/src/compiler/midend/cleanup.scm b/v8/src/compiler/midend/cleanup.scm index fbda95dc8..37badb697 100644 --- a/v8/src/compiler/midend/cleanup.scm +++ b/v8/src/compiler/midend/cleanup.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: cleanup.scm,v 1.6 1995/02/02 05:01:54 adams Exp $ +$Id: cleanup.scm,v 1.7 1995/02/11 01:59:38 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -221,6 +221,7 @@ MIT in each case. |# %vector %vector-cons %floating-vector-cons + set-interrupt-enables! string-allocate %string-allocate %vector-index)) -- 2.25.1