]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: two small fixes
authorRuss Cox <rsc@golang.org>
Mon, 7 Dec 2020 20:26:24 +0000 (15:26 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 9 Dec 2020 17:04:54 +0000 (17:04 +0000)
commite2d278bfeb2f0f117efc50b3f0f9dcb086a45ed2
tree96fc31bf06835225169052587c8daadb7cdd630a
parentdbf2fc8cff5f7d6a5fcbeea0d4b0349cc7d158e2
[dev.regabi] cmd/compile: two small fixes

Addressing comments from CL 275434 and CL 275444.
I forgot to run "git rw" to rebase the fixup CLs down before
running "git submit".

Change-Id: Ideaa2340a81511491c096555c6834cd9bdb267d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/275881
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ir/mknode.go
src/cmd/compile/internal/ir/stmt.go