[commit: ghc] master: Comments only (ec621f3)

git at git.haskell.org git at git.haskell.org
Fri Aug 16 10:02:41 CEST 2013


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

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

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

commit ec621f3c7cac9c34fe0c282c70e4e005d272d1f2
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Fri Aug 16 09:02:28 2013 +0100

    Comments only


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

ec621f3c7cac9c34fe0c282c70e4e005d272d1f2
 compiler/stgSyn/CoreToStg.lhs |    2 --
 1 file changed, 2 deletions(-)

diff --git a/compiler/stgSyn/CoreToStg.lhs b/compiler/stgSyn/CoreToStg.lhs
index 3febfb3..d4a2e0b 100644
--- a/compiler/stgSyn/CoreToStg.lhs
+++ b/compiler/stgSyn/CoreToStg.lhs
@@ -48,8 +48,6 @@ import PrimOp           ( PrimCall(..) )
 %*                                                                      *
 %************************************************************************
 
-(There is other relevant documentation in codeGen/CgLetNoEscape.)
-
 The actual Stg datatype is decorated with {\em live variable}
 information, as well as {\em free variable} information.  The two are
 {\em not} the same.  Liveness is an operational property rather than a





More information about the ghc-commits mailing list