[commit: ghc] master: Fix bogus comment (8d04eb2)

git at git.haskell.org git at git.haskell.org
Wed Oct 1 13:40:06 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8d04eb272b7bb9ffa6d7d5157a76199a19aa6b34/ghc

>---------------------------------------------------------------

commit 8d04eb272b7bb9ffa6d7d5157a76199a19aa6b34
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Oct 1 10:08:58 2014 +0100

    Fix bogus comment


>---------------------------------------------------------------

8d04eb272b7bb9ffa6d7d5157a76199a19aa6b34
 compiler/simplCore/Simplify.lhs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/simplCore/Simplify.lhs b/compiler/simplCore/Simplify.lhs
index 09a2bef..ae2c6ea 100644
--- a/compiler/simplCore/Simplify.lhs
+++ b/compiler/simplCore/Simplify.lhs
@@ -2316,8 +2316,8 @@ missingAlt env case_bndr _ cont
 prepareCaseCont :: SimplEnv
                 -> [InAlt] -> SimplCont
                 -> SimplM (SimplEnv,
-                           SimplCont,   -- Non-dupable part
-                           SimplCont)   -- Dupable part
+                           SimplCont,   -- Dupable part
+                           SimplCont)   -- Non-dupable part
 -- We are considering
 --     K[case _ of { p1 -> r1; ...; pn -> rn }]
 -- where K is some enclosing continuation for the case



More information about the ghc-commits mailing list