]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, cmd/compile/internal/x86: do not let regopt use CX in position independe...
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 27 Oct 2015 22:43:15 +0000 (11:43 +1300)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 18 Nov 2015 01:44:32 +0000 (01:44 +0000)
commit61da0e92d06137dec73c736ab93213ac652a06fe
tree199e3248ddd786f3fcd6ddb5873c90ca859e5083
parent6056cc5df602938a97e8d70176fa90e2b09f3020
cmd/compile, cmd/compile/internal/x86: do not let regopt use CX in position independent code

We might be able to do better than this, but it's a start.

Change-Id: I80ebce9094e084a4746039106ccf1ad9c4b8bb7c
Reviewed-on: https://go-review.googlesource.com/16384
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/x86/reg.go