]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update ir.Node ops comments
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 20 Apr 2021 18:59:51 +0000 (01:59 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 21 Apr 2021 08:46:51 +0000 (08:46 +0000)
commitacf1b46de52a50f479600682fd80763ccb2e6f74
tree2a40956b439fae20ea65d67071b0af5d68af601e
parentf53c2fac46e2e193493045eef08591ded1496b74
cmd/compile: update ir.Node ops comments

After Russquake, all the Node ops now have different structure, update
comment to reflect that.

Change-Id: I43f859783cda457528ae4d2da9857f2cc0438b62
Reviewed-on: https://go-review.googlesource.com/c/go/+/311949
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/node.go