summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-09-28 13:48:40 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-09-28 13:48:40 +0200
commit78053f449d47a90c977ec3a893524f2cdb5d33f9 (patch)
treedde0cd0463e93eb49a52e911ec19a60f922d80bc /compiler/parser
parentb4d43b4e9f4f4fba068ab1e132113c4cd305dfe3 (diff)
downloadhaskell-78053f449d47a90c977ec3a893524f2cdb5d33f9.tar.gz
Allow enumDeltaIntegerFB to be inlined
The function is very small and the compiler should be at liberty to inline it. But it is recursive, so it did not do it before. By applying the usual transformation with a local recursive function, GHC can now inline it, producing the loop that one would expect.
Diffstat (limited to 'compiler/parser')
0 files changed, 0 insertions, 0 deletions