]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: add register spec to getg
authorKeith Randall <khr@golang.org>
Thu, 13 Aug 2015 20:12:17 +0000 (13:12 -0700)
committerKeith Randall <khr@golang.org>
Thu, 13 Aug 2015 20:51:56 +0000 (20:51 +0000)
commitbc1f5768ce4dbe0f8647172f7e8964054bccbb22
tree3e162cfb96536513a640b3c2fbb2fed1c5bb3ca7
parent3b705824ce6cf4827732eb32923835a327c5f963
[dev.ssa] cmd/compile: add register spec to getg

This omission was causing the new regalloc to fail.

Change-Id: If7ba7be38a436dbd0dd443828ddd7ebf6e35be0e
Reviewed-on: https://go-review.googlesource.com/13632
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/ssa/gen/AMD64Ops.go
src/cmd/compile/internal/ssa/opGen.go