Restructure the top level inlining transformation.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 10 Mar 2010 15:05:56 +0000 (16:05 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 10 Mar 2010 15:05:56 +0000 (16:05 +0100)
It now checks to see if the original (non-normalized) body is already
simple and only resorts to normalizing if the original body isn't simple
already. This should speed things up a bit, also because inlining the
normalized body probably needs some extra cleanups.


No differences found