From: Stephen Adams Date: Tue, 5 Sep 1995 21:45:17 +0000 (+0000) Subject: Commented out WIDEN. X-Git-Tag: 20090517-FFI~5975 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9368af83bc2cd999510576e8383959aba742745f;p=mit-scheme.git Commented out WIDEN. It is failing in the pre-cps position. Test case: dragon4.scm:dragon-fixup --- 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