]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove unused writebarrierptr, typedmemmove Nodes
authorAustin Clements <austin@google.com>
Wed, 26 Oct 2016 00:38:20 +0000 (20:38 -0400)
committerAustin Clements <austin@google.com>
Wed, 26 Oct 2016 16:22:45 +0000 (16:22 +0000)
commitf46324cffbf87b0a6334e09f72e5f73fb79f5a73
treea2c97a4d1f9e19be8b7583d44842eb8719d8616b
parenta0cf021be5828f8726380f8fd10070eff30852ba
cmd/compile: remove unused writebarrierptr, typedmemmove Nodes

Now that SSA's write barrier pass is generating calls to these,
compile doesn't need to look them up.

Change-Id: Ib50e5f2c67b247ca280d467c399e23877988bc12
Reviewed-on: https://go-review.googlesource.com/32170
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/go.go
src/cmd/compile/internal/gc/pgen.go