diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-02-11 12:38:21 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-02-11 17:11:20 +0100 |
commit | efba41e2b3b42b7f83e9832b1102f6585cd4ca44 (patch) | |
tree | 146aede94566f0c2b4ca6579b86c56244b55b881 /compiler/main/TidyPgm.hs | |
parent | 46af6835ac68d104ee56c29afdfa523c165db2fb (diff) | |
download | haskell-efba41e2b3b42b7f83e9832b1102f6585cd4ca44.tar.gz |
Another batch of typo fixes in non-code
Diffstat (limited to 'compiler/main/TidyPgm.hs')
-rw-r--r-- | compiler/main/TidyPgm.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/TidyPgm.hs b/compiler/main/TidyPgm.hs index 63f4c2665f..df31fda16c 100644 --- a/compiler/main/TidyPgm.hs +++ b/compiler/main/TidyPgm.hs @@ -891,7 +891,7 @@ codegen time. I found that binary sizes jumped by 6-10% when I started to specialise INLINE functions (again, Note [Inline specialisations] in Specialise). -So it seeems better to drop the binding for f_spec, and the rule +So it seems better to drop the binding for f_spec, and the rule itself, if the auto-generated rule is the *only* reason that it is being kept alive. |