X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FstgSyn%2FCoreToStg.lhs;fp=ghc%2Fcompiler%2FstgSyn%2FCoreToStg.lhs;h=e351ea4a27fef24c09ca40bb8390e5600eea78cc;hb=d7c402a3cedbe49345a34f2e58a3f3050638dcb4;hp=9397af6c74d868d99cb5c681ebce0c445b61c99e;hpb=1f3a9ff8e19636fcb5bf477922012bc67fd52b02;p=ghc-hetmet.git diff --git a/ghc/compiler/stgSyn/CoreToStg.lhs b/ghc/compiler/stgSyn/CoreToStg.lhs index 9397af6..e351ea4 100644 --- a/ghc/compiler/stgSyn/CoreToStg.lhs +++ b/ghc/compiler/stgSyn/CoreToStg.lhs @@ -333,7 +333,6 @@ coreToStgExpr (Note other_note expr) -- Cases require a little more real work. --- gaw 2004 coreToStgExpr (Case scrut bndr _ alts) = extendVarEnvLne [(bndr, LambdaBound)] ( mapAndUnzip3Lne vars_alt alts `thenLne` \ (alts2, fvs_s, escs_s) ->