]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove superfluous SetBounded call
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 17 Apr 2020 05:05:35 +0000 (22:05 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 17 Apr 2020 15:33:31 +0000 (15:33 +0000)
commit80e5c3b8b556c9c8010c0efd4e8d40f595743ee6
tree1743e4b9d4eb10883842b160f45b5ead7ef91074
parentb1cae8cd1d66714d7fe7e84eb6aea04986b797f1
cmd/compile: remove superfluous SetBounded call

The call does nothing when applied to an OLSH node.
It would be unnecessary anyway, since we're shifting by a small constant.

Passes toolstash-check.

Change-Id: If858711f1704f44637fa0f6a4c66cbaad6db24b8
Reviewed-on: https://go-review.googlesource.com/c/go/+/228699
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/gc/walk.go