]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: assign results of transformAssign back to source location
authorKeith Randall <khr@golang.org>
Tue, 31 Aug 2021 21:53:53 +0000 (14:53 -0700)
committerKeith Randall <khr@golang.org>
Wed, 1 Sep 2021 03:50:19 +0000 (03:50 +0000)
commitfaf9c7d8fe9885a8d96de389f16bc4fdadb067a2
tree6a34b8ae1367e11f674adf738ca1e6c7e7fdf08d
parent2dd7b770defc869edfcf610b9471fc4f580c3eb2
cmd/compile: assign results of transformAssign back to source location

Otherwise the modifications of transformAssign are dropped on the floor.

Change-Id: Id40782564952ed53f9ade1dba4e85290c8522abc
Reviewed-on: https://go-review.googlesource.com/c/go/+/346590
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/stencil.go