]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: use ir.NewNameAt in SubstArgTypes
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 4 Jan 2021 03:37:48 +0000 (10:37 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 4 Jan 2021 08:38:01 +0000 (08:38 +0000)
commita30fd5288415cb1e4a91ec89fac725a9ee7a3d05
tree72afc65714388f15c3a29f9aeab1b6c7e820afd9
parent8fc44cf0fac5357f45cacc445c0900a8fd054bd5
[dev.regabi] cmd/compile: use ir.NewNameAt in SubstArgTypes

So we can remove Name.CloneName now.

Passes toolstash -cmp.

Change-Id: I63e57ba52a7031e06fe9c4ee9aee7de6dec70792
Reviewed-on: https://go-review.googlesource.com/c/go/+/281312
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/ir/name.go
src/cmd/compile/internal/typecheck/syms.go