From: Mikko Rasa Date: Tue, 9 Mar 2021 08:39:58 +0000 (+0200) Subject: Use accurate assignment targets in ExpressionInliner X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=daff631cf87db75bcae616605e759d281258d9e4;hp=daff631cf87db75bcae616605e759d281258d9e4;p=libs%2Fgl.git Use accurate assignment targets in ExpressionInliner This fixes an issue where it inline an assignment to a subfield in place of a reference to the whole variable. ---