summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-03-19 19:11:09 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-03-19 19:11:30 +0100
commit9d819804bc0ccf1fed384a4145014c257e85e848 (patch)
tree719510836cb9210b7c6630388320081e3fc75211 /compiler/codeGen
parentc4aa959bd771f7e69c7f0da1e857599f513d5331 (diff)
downloadhaskell-9d819804bc0ccf1fed384a4145014c257e85e848.tar.gz
Remove comments and flag for GranSim
The GranSim code was removed in dd56e9ab and 297b05a9 in 2009, and perhaps other commits I couldn't find. Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D737
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmBind.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/codeGen/StgCmmBind.hs b/compiler/codeGen/StgCmmBind.hs
index 123d385aa3..9cedfcdd62 100644
--- a/compiler/codeGen/StgCmmBind.hs
+++ b/compiler/codeGen/StgCmmBind.hs
@@ -451,10 +451,7 @@ closureCodeBody :: Bool -- whether this is a top-level binding
* If there is *at least one* argument, then this closure is in
normal form, so there is no need to set up an update frame.
-
- The Macros for GrAnSim are produced at the beginning of the
- argSatisfactionCheck (by calling fetchAndReschedule).
- There info if Node points to closure is available. -- HWL -}
+-}
closureCodeBody top_lvl bndr cl_info cc _args arity body fv_details
| arity == 0 -- No args i.e. thunk