Make postInlineUnconditaionally more conservative
authorsimonpj@microsoft.com <unknown>
Thu, 10 Aug 2006 14:11:45 +0000 (14:11 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 10 Aug 2006 14:11:45 +0000 (14:11 +0000)
commit80965661715b664b4926fc525d0c89306b92e832
treed6f2de08e74579082d77132b816c5a41f9b91495
parent45c35148be308b3290f1c14240d406f1cb1af166
Make postInlineUnconditaionally more conservative

I'm being more paranoid about repeatedly simplifying things (to avoid
exponential behaviour.)  postInlineUnconditionally looks as if it
could repeated simplify the same expression; this patch stops it doing
so.

The extra lines are all comments!
compiler/simplCore/SimplUtils.lhs