From 1ee8a6f6cf3c06e3651438720333612a70348091 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 18 Oct 2006 11:23:51 +0000 Subject: [PATCH] Spelling in comment --- compiler/simplCore/CSE.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/simplCore/CSE.lhs b/compiler/simplCore/CSE.lhs index de5763b..e7dd217 100644 --- a/compiler/simplCore/CSE.lhs +++ b/compiler/simplCore/CSE.lhs @@ -157,7 +157,7 @@ bar will be inlined (when it should not be). Even if we remove INLINE foo, we'd still like foo to be inlined if rhs is small. This won't happen with foo = bar. -Not CSE-ing inside INLLINE also solves an annoying bug in CSE. Consider +Not CSE-ing inside INLINE also solves an annoying bug in CSE. Consider a worker/wrapper, in which the worker has turned into a single variable: $wf = h f = \x -> ...$wf... -- 1.7.10.4