]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enable DUFFZERO in defframe on MIPS64
authorCherry Zhang <cherryyz@google.com>
Wed, 26 Oct 2016 20:17:54 +0000 (16:17 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 27 Oct 2016 15:34:45 +0000 (15:34 +0000)
commitc69dd3f0547e5846ce259a02d0b6ad9f19b566b6
tree36edf82452093ea171acafb9727bb1056f358216
parent4c182045ff6af5657d5ef0f43ba1fd11a4d06be5
cmd/compile: enable DUFFZERO in defframe on MIPS64

DUFFZERO was disabled due to issue #12108. CL 27592 fixed it and
enabled DUFFZERO in general, but this one was forgotten.

Change-Id: I0476a3a0524c7b54218f7a747bdba76cd823fbc5
Reviewed-on: https://go-review.googlesource.com/32181
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/mips64/ggen.go