]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove guard for OCOMPLEX in evconst
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 15 Jan 2020 03:45:05 +0000 (10:45 +0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 11 Mar 2020 20:17:30 +0000 (20:17 +0000)
commit235a7c57be4a25a72c631acc8d3401e2f14c419d
tree9d87e9cdb0d916fa1668812ab021c16e852c4eb9
parentefc832b8dee55d5c3fb6dabc4d983e1ba089bd95
cmd/compile: remove guard for OCOMPLEX in evconst

After CL 166983, the guard for OCOMPLEX in evconst is not necessary
anymore.

Passes toolstash-check.

Change-Id: I1d4a9b447bad9ba0289fc7f997febc0e0b4167ea
Reviewed-on: https://go-review.googlesource.com/c/go/+/214837
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/const.go