diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-19 19:11:09 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-19 19:11:30 +0100 |
commit | 9d819804bc0ccf1fed384a4145014c257e85e848 (patch) | |
tree | 719510836cb9210b7c6630388320081e3fc75211 /compiler/codeGen/StgCmmBind.hs | |
parent | c4aa959bd771f7e69c7f0da1e857599f513d5331 (diff) | |
download | haskell-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/StgCmmBind.hs')
-rw-r--r-- | compiler/codeGen/StgCmmBind.hs | 5 |
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 |