]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: handle non-in-place NEG and NOT
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 31 Jul 2015 00:15:16 +0000 (17:15 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 31 Jul 2015 17:10:13 +0000 (17:10 +0000)
commit93c354b6cca23ba8ac5866c874493575e3e57510
tree899c1782fb521006da8774891c571c173378ef11
parent85e0329fbc03df4165550611f3724d9ebcaa34a8
[dev.ssa] cmd/compile: handle non-in-place NEG and NOT

This fixes the crypto/subtle tests.

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