]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: mark duffzero as using X0, not AX
authorKeith Randall <khr@golang.org>
Fri, 6 Nov 2015 16:35:55 +0000 (08:35 -0800)
committerKeith Randall <khr@golang.org>
Sun, 8 Nov 2015 04:57:30 +0000 (04:57 +0000)
commit0bef88aa5fa5d8f92e2821d9df7c37caaac432dd
tree6440f405a04ae9fa7d20b10ab0daabef19af31ff
parent525d4bd5203ce0bc6d36add058041dcdfb979161
cmd/compile: mark duffzero as using X0, not AX

duffzero was changed to use X0 instead of AX in
CL 14408.  This was missed as part of that change.

Change-Id: I72fb0114cfbc035b83bfaa8631d27e6740da2652
Reviewed-on: https://go-review.googlesource.com/16717
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/compile/internal/amd64/prog.go