From a581186f38a4feb850614b03f452191eaceee14d Mon Sep 17 00:00:00 2001 From: Eric Lindblad Date: Sun, 14 Aug 2022 19:23:05 -0500 Subject: whitespace --- compiler/GHC/Core/Rules.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1