From: simonpj@microsoft.com Date: Thu, 18 May 2006 16:34:25 +0000 (+0000) Subject: Comments only X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ae019a20d2db44c52767f5cd6291f3276067446b Comments only --- 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 ],