]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa: fix generation of ppc64x rules
authorMichael Munday <munday@ca.ibm.com>
Wed, 10 May 2017 15:00:03 +0000 (11:00 -0400)
committerMichael Munday <munday@ca.ibm.com>
Wed, 10 May 2017 15:32:12 +0000 (15:32 +0000)
commitcb83924d5b42a7918ddac1ee2c0d2bf2032c3ab6
treeb3027b8f1b97f8afeb2e36fe8952e94f9ce7f6c1
parent41d0bbdc166b8ade1b91f5493e4ad7cb901020de
cmd/compile/internal/ssa: fix generation of ppc64x rules

The files PPC64.rules and rewritePPC64.go were out of sync due to
conflicts between CL 41630 and CL 42145 (i.e. running 'go run *.go'
in the gen directory resulted in unexpected changes).

Change-Id: I1d409656b66afeab6cb9c6df9b3dcab7859caa75
Reviewed-on: https://go-review.googlesource.com/43091
Run-TryBot: Michael Munday <munday@ca.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
src/cmd/compile/internal/ssa/gen/PPC64.rules
src/cmd/compile/internal/ssa/rewritePPC64.go