diff options
author | Eric Lindblad <lindblad@gmx.us> | 2022-08-14 19:23:05 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-09-07 16:42:45 -0400 |
commit | a581186f38a4feb850614b03f452191eaceee14d (patch) | |
tree | 64b825f52789b4a5b56e33f0b95184baa5208e6b | |
parent | fac0098b3e07375030c4320c23c8a6c9200556af (diff) | |
download | haskell-a581186f38a4feb850614b03f452191eaceee14d.tar.gz |
whitespace
-rw-r--r-- | compiler/GHC/Core/Rules.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Rules.hs b/compiler/GHC/Core/Rules.hs index c722addf28..5beb618730 100644 --- a/compiler/GHC/Core/Rules.hs +++ b/compiler/GHC/Core/Rules.hs @@ -153,7 +153,7 @@ Note [Overall plumbing for rules] In a single simplifier run new rules can be added into the EPS so it matters to keep an up-to-date view of which rules have been loaded. For examples of - where this went wrong and caused cryptic performance regressions + where this went wrong and caused cryptic performance regressions see T19790 and !6735. |