[commit: ghc] master: comment update (1837b2f)

git at git.haskell.org git at git.haskell.org
Thu Jul 31 07:55:47 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1837b2f38ec3442dcc4e7fd4bc67207fc2064e65/ghc

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

commit 1837b2f38ec3442dcc4e7fd4bc67207fc2064e65
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Jul 22 12:02:45 2014 +0100

    comment update


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

1837b2f38ec3442dcc4e7fd4bc67207fc2064e65
 compiler/cmm/Cmm.hs | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/compiler/cmm/Cmm.hs b/compiler/cmm/Cmm.hs
index e21efc1..9e9bae9 100644
--- a/compiler/cmm/Cmm.hs
+++ b/compiler/cmm/Cmm.hs
@@ -80,10 +80,7 @@ data GenCmmDecl d h g
                        -- registers will be correct in generated C-- code, but
                        -- not in hand-written C-- code. However,
                        -- splitAtProcPoints calculates correct liveness
-                       -- information for CmmProc's. Right now only the LLVM
-                       -- back-end relies on correct liveness information and
-                       -- for that back-end we always call splitAtProcPoints, so
-                       -- all is good.
+                       -- information for CmmProcs.
      g                 -- Control-flow graph for the procedure's code
 
   | CmmData     -- Static data



More information about the ghc-commits mailing list