summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-16 09:02:28 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-16 09:02:28 +0100
commitec621f3c7cac9c34fe0c282c70e4e005d272d1f2 (patch)
tree966735302fbafe1a00a3370a220f40d7512fe192
parent94c35ddf31aef28de84661860f77a94229f60cb4 (diff)
downloadhaskell-ec621f3c7cac9c34fe0c282c70e4e005d272d1f2.tar.gz
Comments only
-rw-r--r--compiler/stgSyn/CoreToStg.lhs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/stgSyn/CoreToStg.lhs b/compiler/stgSyn/CoreToStg.lhs
index 3febfb3b83..d4a2e0b093 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