]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: add a few more binary ops
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 28 Jul 2015 21:14:25 +0000 (14:14 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 28 Jul 2015 23:04:40 +0000 (23:04 +0000)
commit1bab5b9b414a6c4290c9118a85fb316aacea7cf3
tree4e5fc621c6e03d63bf17e59c732beebe9e050249
parent9cb332efd445a7e0672b96f9bc703c93f02879a5
[dev.ssa] cmd/compile: add a few more binary ops

With this, all non-float, non-complex
binary ops found in the standard library
are implemented.

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