[commit: ghc] master: Update dangling Note reference (2e58c3b)
git at git.haskell.org
git at git.haskell.org
Sat Mar 4 19:51:46 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2e58c3b21b40ec40649bae8925f2a977022a80c3/ghc
>---------------------------------------------------------------
commit 2e58c3b21b40ec40649bae8925f2a977022a80c3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Feb 28 17:29:22 2017 -0800
Update dangling Note reference
>---------------------------------------------------------------
2e58c3b21b40ec40649bae8925f2a977022a80c3
compiler/simplCore/Simplify.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/simplCore/Simplify.hs b/compiler/simplCore/Simplify.hs
index d18eda7..df77742 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)
More information about the ghc-commits
mailing list