diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-10-27 22:59:18 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-10-30 11:29:35 +0100 |
commit | 1b115b16729a3414cc1e07fb1efe7f34c990b1f0 (patch) | |
tree | a0781071b74cd57ffdc21bc3a008390d6d1f14ae /compiler/specialise | |
parent | 82bad1a9e08e7ac72aecd6e5b7bde8e828c56256 (diff) | |
download | haskell-1b115b16729a3414cc1e07fb1efe7f34c990b1f0.tar.gz |
Fix typo in accessor name
and in comments
Diffstat (limited to 'compiler/specialise')
-rw-r--r-- | compiler/specialise/SpecConstr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/specialise/SpecConstr.hs b/compiler/specialise/SpecConstr.hs index cfb9b5f50c..6115a031ec 100644 --- a/compiler/specialise/SpecConstr.hs +++ b/compiler/specialise/SpecConstr.hs @@ -1811,7 +1811,7 @@ that specialisations didn't fire inside wrappers; see test simplCore/should_compile/spec-inline. So now I just use the inline-activation of the parent Id, as the -activation for the specialiation RULE, just like the main specialiser; +activation for the specialisation RULE, just like the main specialiser; This in turn means there is no point in specialising NOINLINE things, so we test for that. |