]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: get rid of +0.0 hack
authorKeith Randall <khr@golang.org>
Tue, 26 Jan 2016 04:26:06 +0000 (20:26 -0800)
committerKeith Randall <khr@golang.org>
Tue, 26 Jan 2016 16:18:48 +0000 (16:18 +0000)
commit733bf6ef67013b8410c51a72697c6fbff53ad30d
tree0f7d73d3237ad7602124c609504f33ac8e1fcaa3
parent3c26c0db3923451f1340e10524e985597da5bba2
[dev.ssa] cmd/compile: get rid of +0.0 hack

The conversion from -0.0 to +0.0 happens inside mpgetflt now.
The SSA code doesn't need this fix any more.

Change-Id: I6cd4f4a4e75b13cf284ebbb95b08af050ed9891c
Reviewed-on: https://go-review.googlesource.com/18942
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go