summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/WorkWrap/Utils.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2022-07-07 11:42:21 +0100
committerZubin <zubin.duggal@gmail.com>2022-07-12 13:26:52 +0000
commit89ba46554025f413959be53b2868ba1a79f12ae2 (patch)
treec85974ee749f9d53eb6aa99cc2aff73ccd02e136 /compiler/GHC/Core/Opt/WorkWrap/Utils.hs
parent6e8d90560b4a9269c56f7c1ee4d29d1077680f7b (diff)
downloadhaskell-89ba46554025f413959be53b2868ba1a79f12ae2.tar.gz
Tiny documentation wibbles (comments only)wip/T21452
Diffstat (limited to 'compiler/GHC/Core/Opt/WorkWrap/Utils.hs')
-rw-r--r--compiler/GHC/Core/Opt/WorkWrap/Utils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Opt/WorkWrap/Utils.hs b/compiler/GHC/Core/Opt/WorkWrap/Utils.hs
index 79074a3e05..1f5cd29a26 100644
--- a/compiler/GHC/Core/Opt/WorkWrap/Utils.hs
+++ b/compiler/GHC/Core/Opt/WorkWrap/Utils.hs
@@ -1110,7 +1110,7 @@ Needless to say, there are some wrinkles:
NB from Andreas: But I think using an error thunk there would be dodgy no matter what
for example if we decide to pass the argument to the bottoming function cbv.
As we might do if the function in question is a worker.
- See Note [CBV Function Ids] in GHC.CoreToStg.Prep. So I just left the strictness check
+ See Note [CBV Function Ids] in GHC.Types.Id.Info. So I just left the strictness check
in place on top of threading through the marks from the constructor. It's a *really* cheap
and easy check to make anyway.