]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: replace inlcopy with ir.DeepCopy
authorRuss Cox <rsc@golang.org>
Thu, 3 Dec 2020 03:54:33 +0000 (22:54 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 4 Dec 2020 16:52:47 +0000 (16:52 +0000)
commit7fcf5b994cf24dc7eda4d65d448e25489dd357f6
treeb430269a26110f59eefad4fe7174e4e6ea789b44
parent989a3f5041d2055e165e363d3fb2d27e75e2fa38
[dev.regabi] cmd/compile: replace inlcopy with ir.DeepCopy

Now inlcopy and ir.DeepCopy are semantically the same,
so drop the inlcopy implementation.

Passes buildall w/ toolstash -cmp.

Change-Id: Id2abb39a412a8e57167a29be5ecf76e990dc9d3d
Reviewed-on: https://go-review.googlesource.com/c/go/+/275310
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/inl.go