]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove unused offset calculation in ssagen#rtcall
authorJorropo <jorropo.pgm@gmail.com>
Wed, 13 Apr 2022 00:32:15 +0000 (00:32 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 13 Apr 2022 20:30:44 +0000 (20:30 +0000)
commitd2552037426fe5a190c74172562d897d921fe311
tree72de4135027156d189f77323950f771cc6fa5ec9
parent72e77a7f41bbf45d466119444307fd3ae996e257
cmd/compile: remove unused offset calculation in ssagen#rtcall

This offR accumulation isn't used and some really similar code is done
later in the Load results block.

Change-Id: I2f77a7bfd568e7e5eb9fc519e7c552401b3af9b8
GitHub-Last-Rev: 2c91e5c8987d21203c494f278ff1e05aa3941211
GitHub-Pull-Request: golang/go#52316
Reviewed-on: https://go-review.googlesource.com/c/go/+/400094
Run-TryBot: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ssagen/ssa.go