]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: Handle ONOT in conditionals as well
authorKeith Randall <khr@golang.org>
Tue, 3 Nov 2015 17:30:17 +0000 (09:30 -0800)
committerKeith Randall <khr@golang.org>
Tue, 3 Nov 2015 18:36:14 +0000 (18:36 +0000)
commitd19bfc3b681029da32c1ac661b27764a532aa0fc
tree10c722fdedb33dd3140ff1fccf7379ce23ae75fa
parent02f4d0a130ba95d7a03418c3ef308d7d21b34af3
[dev.ssa] cmd/compile: Handle ONOT in conditionals as well

Might as well, for a && !(b && c) and the like.

Change-Id: I2548b6e6ee5870e074bcef6edd56a7db6e81d70f
Reviewed-on: https://go-review.googlesource.com/16600
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/ssa.go