]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: more minor cleanup in shortcircuitBlock
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 8 Mar 2020 18:39:39 +0000 (11:39 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 13 Mar 2020 19:43:47 +0000 (19:43 +0000)
commitcbcb031fe8b26be9d40c5fbb0c1934b0afdcf422
tree229c3a8b2c559264d3838ba4336bba1fc3be535f
parent4ad643d2089b73fbcfc2c0e3f61cb63dcb217ec5
cmd/compile: more minor cleanup in shortcircuitBlock

Continue to simplify, rename for clarity,
improve docs, and reduce variable scope.

This is in preparation for this function becoming
more complicated.

Passes toolstash-check.

Updates #37608

Change-Id: I630a4e07c92297c46d18aea69ec29852d6371ff0
Reviewed-on: https://go-review.googlesource.com/c/go/+/222919
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/shortcircuit.go