diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-10-26 10:31:36 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-10-26 10:35:50 +0100 |
commit | 8587f4f9ec904df0faf5c7ee2ebd37548c497108 (patch) | |
tree | 3992ccdc08645b76b5f4158794337b2cb6ae0bf3 /testsuite/tests/linters/notes.stdout | |
parent | bf1cd6cb89c292443ec365070144dd842105518e (diff) | |
download | haskell-wip/revert-poly-spec.tar.gz |
Revert "Fix binder-swap bug"wip/revert-poly-spec
This reverts commit 41406da55db1915cf1360e3275657f2b1115d530.
This commit introduced core lint errors (see #22357 and #22358)
Diffstat (limited to 'testsuite/tests/linters/notes.stdout')
-rw-r--r-- | testsuite/tests/linters/notes.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/linters/notes.stdout b/testsuite/tests/linters/notes.stdout index b50da6b3a2..ac7a453445 100644 --- a/testsuite/tests/linters/notes.stdout +++ b/testsuite/tests/linters/notes.stdout @@ -2,6 +2,7 @@ ref compiler/GHC/Core/Coercion/Axiom.hs:461:2: Note [RoughMap and rm_empt ref compiler/GHC/Core/Opt/OccurAnal.hs:857:15: Note [Loop breaking] ref compiler/GHC/Core/Opt/SetLevels.hs:1580:30: Note [Top level scope] ref compiler/GHC/Core/Opt/Simplify/Iteration.hs:2675:13: Note [Case binder next] +ref compiler/GHC/Core/Opt/Simplify/Iteration.hs:3303:0: Note [Suppressing binder-swaps on linear case] ref compiler/GHC/Core/Opt/Simplify/Iteration.hs:3854:8: Note [Lambda-bound unfoldings] ref compiler/GHC/Core/Opt/Simplify/Utils.hs:1257:37: Note [Gentle mode] ref compiler/GHC/Core/Opt/Specialise.hs:1623:28: Note [Arity decrease] |