Allow inlining in "SimplGentle" mode
authorsimonpj@microsoft.com <unknown>
Mon, 9 Nov 2009 10:39:20 +0000 (10:39 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 9 Nov 2009 10:39:20 +0000 (10:39 +0000)
commit51c4d029be44a5a629daf51b55cbca7cb734c172
tree5b6c5bf0c9c0247708b5e825f081581fd0df4840
parentd2241e6301bf56acf89ffd0d78922b90a58dafb1
Allow inlining in "SimplGentle" mode

This change helps to break the mutual recursion generated by
an instance declaration.

See Note [Gentle mode] in SimplUtils
compiler/main/DynFlags.hs
compiler/simplCore/SimplCore.lhs
compiler/simplCore/SimplEnv.lhs
compiler/simplCore/SimplMonad.lhs
compiler/simplCore/SimplUtils.lhs
compiler/simplCore/Simplify.lhs