Don't inline a loop breaker, even if it has an INLINE pragma
authorsimonpj@microsoft.com <unknown>
Tue, 10 Nov 2009 17:20:17 +0000 (17:20 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 10 Nov 2009 17:20:17 +0000 (17:20 +0000)
commitf07f25fdbac2b885aea6aa62c0326840c85f7b59
treedce1f4577be32828e4b7f9197ca0df75f540374d
parent7fa25f74d02cf36cb4997477c7527324104c74ee
Don't inline a loop breaker, even if it has an INLINE pragma

We preserve the InlineRule on loop breakers, in the hope that they'll
stop being a loop breaker later.  So don't inline them!
compiler/simplCore/SimplUtils.lhs