diff options
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 |