summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Op/Tidy.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Op/Tidy.hs')
-rw-r--r--compiler/GHC/Core/Op/Tidy.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Op/Tidy.hs b/compiler/GHC/Core/Op/Tidy.hs
index 60db2c8fea..758c1daf6c 100644
--- a/compiler/GHC/Core/Op/Tidy.hs
+++ b/compiler/GHC/Core/Op/Tidy.hs
@@ -191,7 +191,7 @@ tidyLetBndr rec_tidy_env env@(tidy_env, var_env) id
-- Similarly for the demand info - on a let binder, this tells
-- CorePrep to turn the let into a case.
-- But: Remove the usage demand here
- -- (See Note [Zapping DmdEnv after Demand Analyzer] in WorkWrap)
+ -- (See Note [Zapping DmdEnv after Demand Analyzer] in GHC.Core.Op.WorkWrap)
--
-- Similarly arity info for eta expansion in CorePrep
-- Don't attempt to recompute arity here; this is just tidying!