Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9ab868eb472de68de5e4175e232443e3fbbdb4f7 >--------------------------------------------------------------- commit 9ab868eb472de68de5e4175e232443e3fbbdb4f7 Author: Simon Peyton Jones <simo...@microsoft.com> Date: Mon Oct 15 10:59:46 2012 +0100 Comments only >--------------------------------------------------------------- compiler/simplCore/Simplify.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/simplCore/Simplify.lhs b/compiler/simplCore/Simplify.lhs index 55946cf..ecde356 100644 --- a/compiler/simplCore/Simplify.lhs +++ b/compiler/simplCore/Simplify.lhs @@ -1796,7 +1796,7 @@ rebuildCase env scrut case_bndr [(_, bndrs, rhs)] cont -- ppr scrut]) $ tick (CaseElim case_bndr) ; env' <- simplNonRecX env case_bndr scrut - -- If case_bndr is deads, simplNonRecX will discard + -- If case_bndr is dead, simplNonRecX will discard ; simplExprF env' rhs cont } where elim_lifted -- See Note [Case elimination: lifted case] _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc