Skip to content
Snippets Groups Projects
Commit 3c1b89ab authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[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.
parent e7db662b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment