]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove unnecessary int conversions
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 5 Oct 2021 22:36:25 +0000 (15:36 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 6 Oct 2021 19:08:15 +0000 (19:08 +0000)
commit6487b1573e8359c1406a073c978c60a406055b5e
tree09ea94413433ed32c24773918116a8f9d0510bc4
parent0e13da8fae55d17c0c4ca64b1b8f259d633cee51
cmd/link: remove unnecessary int conversions

By making off an int64 at the beginning,
the code gets a lot simpler. Cleanup only.

Change-Id: I4a2519f953e2f71081a4ff3032f8fd6da06c7e24
Reviewed-on: https://go-review.googlesource.com/c/go/+/354138
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/link/internal/ld/pcln.go