]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: handle mem copies in amd64 backend
authorKeith Randall <khr@golang.org>
Thu, 21 Apr 2016 17:02:36 +0000 (10:02 -0700)
committerKeith Randall <khr@golang.org>
Thu, 21 Apr 2016 17:04:01 +0000 (17:04 +0000)
commitf8fc3710fd4c596adac57048f705a994f199df8c
tree832c07c000809159e269985e2403a40fd66a9638
parent508a424eedccfe77f64d50c9870988a8c15b46b1
cmd/compile: handle mem copies in amd64 backend

Fixes noopt builder.

Change-Id: If13373b2597f0fcc9b1b2f9c860f2bd043e43c6c
Reviewed-on: https://go-review.googlesource.com/22338
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/amd64/ssa.go