From: Matthijs Kooijman Date: Tue, 6 Apr 2010 17:44:57 +0000 (+0200) Subject: Make top level inlining handle non-representable results gracefully. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=18fd422156a76abe065036b28a672f5e6077bde4;hp=18fd422156a76abe065036b28a672f5e6077bde4;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Make top level inlining handle non-representable results gracefully. 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. ---