Comments only
authorsimonpj@microsoft.com <unknown>
Thu, 18 May 2006 16:34:25 +0000 (16:34 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 18 May 2006 16:34:25 +0000 (16:34 +0000)
compiler/main/DynFlags.hs

index 0769812..9a7de07 100644 (file)
@@ -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
        ],