]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use `else if` for mutually exclusive `if` statements
authorhkhere <33268704+hkhere@users.noreply.github.com>
Wed, 20 Oct 2021 17:26:41 +0000 (17:26 +0000)
committerKeith Randall <khr@golang.org>
Wed, 20 Oct 2021 20:58:15 +0000 (20:58 +0000)
commit73652af80d9f33de946fc3a91c6900a81247df18
treea4a9714d111e425bdd766f4262d9eb01e0bd816a
parent016d5eea118445f5b3ca46f85b65c6afd180c946
cmd/compile: use `else if` for mutually exclusive `if` statements

Change-Id: I43e5bb778fbba1398c8006b1644524a9885157db
GitHub-Last-Rev: fa76473ab8b207b8cfc350ca8a26de37dfe57f82
GitHub-Pull-Request: golang/go#47155
Reviewed-on: https://go-review.googlesource.com/c/go/+/334169
Trust: Keith Randall <khr@golang.org>
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/typecheck/dcl.go