Fix interaction of exprIsCheap and the lone-variable inlining check
authorsimonpj@microsoft.com <unknown>
Wed, 5 May 2010 20:07:23 +0000 (20:07 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 5 May 2010 20:07:23 +0000 (20:07 +0000)
See Note [Interaction of exprIsCheap and lone variables] in CoreUnfold

This buglet meant that a nullary definition with an INLINE pragma
counter-intuitively didn't get inlined at all.  Roman identified
the bug.


No differences found