]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: cleanup OREAL/OIMAG constant folding
authorMatthew Dempsky <mdempsky@google.com>
Wed, 13 Mar 2019 22:51:15 +0000 (15:51 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 13 Mar 2019 23:31:04 +0000 (23:31 +0000)
commit2d21bf4252781e3997c30a873e56325436ca3f76
treea14c1b15dcb6c1085d4c761b00f781a92fa90045
parent870cfe64843736764c1a1263b12801a1f1cec5d9
cmd/compile: cleanup OREAL/OIMAG constant folding

Based on suggestion from gri@ on golang.org/cl/166980.

Passes toolstash-check.

Change-Id: I79b66bb09b5635f3a9daecaa5d605b661a0ab108
Reviewed-on: https://go-review.googlesource.com/c/go/+/167501
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/const.go