]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: remove typ from AssignOpStmt
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 29 Dec 2020 05:31:17 +0000 (12:31 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 29 Dec 2020 07:56:08 +0000 (07:56 +0000)
commit82ad3083f86947eece2e4ce2ae82f1230aa466d9
tree66426216d8e50edffa7cacfa4ba66222817f21ec
parente34c44a7c46d63a96e262f837670052759cd4569
[dev.regabi] cmd/compile: remove typ from AssignOpStmt

Previous detached logic of typechecking AssignOpStmt from tcArith, the
typ field of it is not used anymore.

Pass toolstash -cmp.

Change-Id: I407507a1c4c4f2958fca4d6899875564e54bf1f5
Reviewed-on: https://go-review.googlesource.com/c/go/+/279443
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ir/stmt.go