From 27497880e4386b42cd078c15f82e1b02a92aae92 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 17 May 2006 15:47:10 +0000 Subject: [PATCH] Spelling correction --- compiler/simplCore/SimplUtils.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/simplCore/SimplUtils.lhs b/compiler/simplCore/SimplUtils.lhs index cfd6830..32ad40c 100644 --- a/compiler/simplCore/SimplUtils.lhs +++ b/compiler/simplCore/SimplUtils.lhs @@ -449,7 +449,7 @@ because doing so inhibits floating ==> ...(case x of I# x# -> case fw x# of ...)... and now the redex (f x) isn't floatable any more. -The no-inling thing is also important for Template Haskell. You might be +The no-inlining thing is also important for Template Haskell. You might be compiling in one-shot mode with -O2; but when TH compiles a splice before running it, we don't want to use -O2. Indeed, we don't want to inline anything, because the byte-code interpreter might get confused about -- 1.7.10.4