]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: correct a comment in uint64Tofloat
authorCherry Mui <cherryyz@google.com>
Fri, 30 Jul 2021 17:12:27 +0000 (13:12 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 2 Sep 2021 19:36:22 +0000 (19:36 +0000)
commita8aa6cfa6d41a1be17bf8d35c490f693935f81ac
treedcb212b958e6805b62cb2ec837edec992e1de627
parent58244eee01e58c383f501207afd9cb90ec060602
cmd/compile: correct a comment in uint64Tofloat

We only do z>>1 once (as it should be). Remove the extra one
in the comment.

Change-Id: I6fea05fe697de07e160bd686697377babcb3e4c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/347400
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssagen/ssa.go