[project @ 2000-06-09 07:32:31 by simonpj]
authorsimonpj <unknown>
Fri, 9 Jun 2000 07:32:31 +0000 (07:32 +0000)
committersimonpj <unknown>
Fri, 9 Jun 2000 07:32:31 +0000 (07:32 +0000)
commit3c1b89ab88b2f349a698e9eb05d0e971a670f245
tree892608933c9594742899c0f4745aba9a8686c8d3
parente7db662bfc0fd382f6ba650567cc32d1abfb210b
[project @ 2000-06-09 07:32:31 by simonpj]
In my commit of 24 May I got this boolean condition
back to front:

    tryWW non_rec fn_id rhs
      | not (isNeverInlinePrag inline_prag)
      =  -- Don't split things that will never be inlined

The 'not' is obviously wrong!  As a result virtually nothing
is being worker-wrapper'd

How this has survived for more than two weeks beats me.
ghc/compiler/basicTypes/OccName.lhs
ghc/compiler/hsSyn/HsTypes.lhs
ghc/compiler/stranal/WorkWrap.lhs