[use new demand analysis results for let-to-case transformation
John Meacham <john@repetae.net>**20060714025907] hunk ./E/SSimplify.hs 42
+import qualified E.Demand as Demand
hunk ./E/SSimplify.hs 492
+            [(t,e)] | worthStricting e, Just (Demand.S _) <- Info.lookup (tvrInfo t), not (getProperty prop_CYCLIC t) -> do
+                mtick "E.Simplify.strictness.let-to-case"
+                return $ eStrictLet t e e'
hunk ./E/WorkerWrapper.hs 14
+import qualified E.Demand as Demand
hunk ./Main.hs 367
+    prog <- Demand.analyzeProgram prog