Make top level inlining handle non-representable results gracefully.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 6 Apr 2010 17:44:57 +0000 (19:44 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 6 Apr 2010 17:44:57 +0000 (19:44 +0200)
Since it does not know (nor care) if the function result is
representable, it now uses splitNormalizedNonRep and checks if the
result is a Var afterwards.


No differences found