Move loop-breaker info from original function to worker in work/wrap
authorsimonpj@microsoft.com <unknown>
Fri, 18 Dec 2009 16:41:07 +0000 (16:41 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 18 Dec 2009 16:41:07 +0000 (16:41 +0000)
When doing a w/w split, if the original function is a loop breaker
then the worker (not the wrapper) becomes one instead.

This isn't very important, because loop breaker information is
recalculated afresh by the occurrence analyser, but it seems more
kosher.  And Lint was bleating piteously about things with InlineRules
that were loop breakers.


No differences found