diff options
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmBind.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/codeGen/StgCmmBind.hs b/compiler/codeGen/StgCmmBind.hs index 9e14311d42..d134dfd677 100644 --- a/compiler/codeGen/StgCmmBind.hs +++ b/compiler/codeGen/StgCmmBind.hs @@ -311,6 +311,7 @@ mkRhsClosure dflags bndr _cc -- not when profiling: we don't want to -- lose information about this particular -- thunk (e.g. its type) (#949) + , idArity fun_id == unknownArity -- don't spoil a known call -- Ha! an Ap thunk = cgRhsStdThunk bndr lf_info payload |