1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:31:21 -06:00
go/src/cmd/compile
Keith Randall 0bef88aa5f 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>
2015-11-08 04:57:30 +00:00
..
internal cmd/compile: mark duffzero as using X0, not AX 2015-11-08 04:57:30 +00:00
doc.go cmd/compile: add -msan option 2015-10-21 14:58:53 +00:00
main.go