| commit | 80e5c3b8b556c9c8010c0efd4e8d40f595743ee6 | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Thu Apr 16 22:05:35 2020 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Fri Apr 17 15:33:31 2020 +0000 |
| tree | 1743e4b9d4eb10883842b160f45b5ead7ef91074 | |
| parent | b1cae8cd1d66714d7fe7e84eb6aea04986b797f1 [diff] |
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>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.