From 9368af83bc2cd999510576e8383959aba742745f Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 5 Sep 1995 21:45:17 +0000 Subject: [PATCH] Commented out WIDEN. It is failing in the pre-cps position. Test case: dragon4.scm:dragon-fixup --- v8/src/compiler/midend/midend.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v8/src/compiler/midend/midend.scm b/v8/src/compiler/midend/midend.scm index d1031ee8f..2828827aa 100644 --- a/v8/src/compiler/midend/midend.scm +++ b/v8/src/compiler/midend/midend.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: midend.scm,v 1.18 1995/09/05 19:01:45 adams Exp $ +$Id: midend.scm,v 1.19 1995/09/05 21:45:17 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -246,9 +246,9 @@ Example: simplify/top-level/4 ; as above cleanup/top-level/5 ; as above - widen/top-level - simplify/top-level/5 ; as above - cleanup/top-level/6 ; as above + ;;widen/top-level + ;;simplify/top-level/5 ; as above + ;;cleanup/top-level/6 ; as above cpsconv/top-level/1 ; cps conversion, sequencing of ; parallel expressions -- 2.25.1