]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/x86: avoid CX in a couple of places in the int64 code
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 27 Oct 2015 21:40:46 +0000 (10:40 +1300)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 11 Nov 2015 23:44:50 +0000 (23:44 +0000)
commit9514285da9e97522e76ba053c1b7a929c5d1b7b6
tree36933c5151c0387a716aa126f6c0d590f400336e
parentcf125a36d50397b1a1821304a33fd6fa7e3cf4cd
cmd/compile/internal/x86: avoid CX in a couple of places in the int64 code

I want to use CX as a scratch register in position independent code and these
uses are easy to remove.

Change-Id: I9e3cb470d7f0000d85786c30bd769d9ec86d532a
Reviewed-on: https://go-review.googlesource.com/16382
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/x86/cgen64.go
src/cmd/compile/internal/x86/gsubr.go