[commit: ghc] master: Fix name of Note (a8a7ca5)
git at git.haskell.org
git at git.haskell.org
Thu Apr 6 21:44:30 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a8a7ca5e8a320028f984d808df1cbe6182fa27a7/ghc
>---------------------------------------------------------------
commit a8a7ca5e8a320028f984d808df1cbe6182fa27a7
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Apr 6 15:58:08 2017 -0400
Fix name of Note
>---------------------------------------------------------------
a8a7ca5e8a320028f984d808df1cbe6182fa27a7
compiler/coreSyn/CoreUtils.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/coreSyn/CoreUtils.hs b/compiler/coreSyn/CoreUtils.hs
index 3dfb52f..a319a7c 100644
--- a/compiler/coreSyn/CoreUtils.hs
+++ b/compiler/coreSyn/CoreUtils.hs
@@ -1279,7 +1279,7 @@ it's applied only to dictionaries.
-- exprOkForSpeculation implies exprOkForSideEffects
--
-- See Note [PrimOp can_fail and has_side_effects] in PrimOp
--- and Note [Implementation: how can_fail/has_side_effects affect transformations]
+-- and Note [Transformations affected by can_fail and has_side_effects]
--
-- As an example of the considerations in this test, consider:
--
More information about the ghc-commits
mailing list