From ae019a20d2db44c52767f5cd6291f3276067446b Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 18 May 2006 16:34:25 +0000 Subject: [PATCH] Comments only --- compiler/main/DynFlags.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 0769812..9a7de07 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -641,9 +641,8 @@ getCoreToDo dflags -- Similarly, don't apply any rules until after full -- laziness. Notably, list fusion can prevent floating. - NoCaseOfCase, - -- Don't do case-of-case transformations. - -- This makes full laziness work better + NoCaseOfCase, -- Don't do case-of-case transformations. + -- This makes full laziness work better MaxSimplifierIterations max_iter ], -- 1.7.10.4