summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-22 12:07:13 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-22 12:07:13 +0100
commit4c864e20d4abb84089839101880f4d39e2e64d06 (patch)
tree4b856aba80257bbb7bac7c1704b0ada967d23ce6 /compiler/codeGen
parentd06083739a310c36e9e6dc82107c8c4b03210e56 (diff)
downloadhaskell-4c864e20d4abb84089839101880f4d39e2e64d06.tar.gz
Comments only
This comment is no loger true
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmMonad.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs
index c3dc50ef98..17bad247e2 100644
--- a/compiler/codeGen/StgCmmMonad.hs
+++ b/compiler/codeGen/StgCmmMonad.hs
@@ -322,9 +322,7 @@ data CgState
-- Both are ordered only so that we can
-- reduce forward references, when it's easy to do so
- cgs_binds :: CgBindings, -- [Id -> info] : *local* bindings environment
- -- Bindings for top-level things are given in
- -- the info-down part
+ cgs_binds :: CgBindings,
cgs_hp_usg :: HeapUsage,