From: Mikko Rasa Date: Tue, 9 Mar 2021 12:34:09 +0000 (+0200) Subject: Resolve functions after inlining functions X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=4c6f1a526ed949f6c9f4c3a57c036b3cdb1aaa91;hp=4c6f1a526ed949f6c9f4c3a57c036b3cdb1aaa91;p=libs%2Fgl.git Resolve functions after inlining functions Inlining clones expressions, and the clones FunctionCall nodes don't have a declaration pointer. ---