summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2017-02-28 17:29:22 -0800
committerJoachim Breitner <mail@joachim-breitner.de>2017-03-04 20:51:20 +0100
commit2e58c3b21b40ec40649bae8925f2a977022a80c3 (patch)
treeb00369dc5521e26fc491c0a35a8caef601a01e55
parent0fd8340517a7a582bc5adb15771d82a69e3e4348 (diff)
downloadhaskell-2e58c3b21b40ec40649bae8925f2a977022a80c3.tar.gz
Update dangling Note reference
-rw-r--r--compiler/simplCore/Simplify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/Simplify.hs b/compiler/simplCore/Simplify.hs
index d18eda7f18..df77742bc4 100644
--- a/compiler/simplCore/Simplify.hs
+++ b/compiler/simplCore/Simplify.hs
@@ -3245,7 +3245,7 @@ substitute the RULES and add them back onto the binders; this is done
cases where he really, really wanted a RULE for a recursive function
to apply in that function's own right-hand side.
-See Note [Loop breaking and RULES] in OccAnal.
+See Note [Forming Rec groups] in OccurAnal
-}
addBndrRules :: SimplEnv -> InBndr -> OutBndr -> SimplM (SimplEnv, OutBndr)