]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/ssa: treat -0.0 literal as 0.0
authorTodd Neal <todd@tneal.org>
Tue, 8 Sep 2015 11:50:25 +0000 (07:50 -0400)
committerTodd Neal <todd@tneal.org>
Thu, 10 Sep 2015 00:25:18 +0000 (00:25 +0000)
commitadba6c4fdf8c9d2078a88a016924e80fd23cb39c
tree01a4ee40153c88848444d046b29c6003f301a088
parent2a2957656270cf409d11eb2df1d316e97cef2b62
[dev.ssa] cmd/compile/internal/ssa: treat -0.0 literal as 0.0

This matches existing behavior, see issue #2196

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