diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-04-06 15:58:08 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-04-06 16:38:07 -0400 |
commit | a8a7ca5e8a320028f984d808df1cbe6182fa27a7 (patch) | |
tree | db4cd97587b9f17ce78b687dd0b9c44d058d760e | |
parent | 65b185d4886b4efa3efe3cc5ecc8dd6e07d89afe (diff) | |
download | haskell-a8a7ca5e8a320028f984d808df1cbe6182fa27a7.tar.gz |
Fix name of Note
-rw-r--r-- | compiler/coreSyn/CoreUtils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreUtils.hs b/compiler/coreSyn/CoreUtils.hs index 3dfb52fcef..a319a7c386 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: -- |