]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: reenable name preservation on copies in expand_calls
authorCherry Zhang <cherryyz@google.com>
Wed, 21 Apr 2021 01:07:23 +0000 (21:07 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 21 Apr 2021 14:16:01 +0000 (14:16 +0000)
commite5bc4f2a77e497f30dce08014bc6addd8a7d9982
treee80b259bf22bfeb340281cadc7fb3c3c7525d7cf
parentdaee726a0b7c932ed418e623ef29697c77d113a8
cmd/compile: reenable name preservation on copies in expand_calls

This reverts CL 311829, and reenables CL 309330. The issue
should be fixed in the previous CL.

Change-Id: I69db0565c72470a1814f135d8f8ec62c781bfc5a
Reviewed-on: https://go-review.googlesource.com/c/go/+/312094
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/ssa/expand_calls.go
test/live_regabi.go