]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove now-redundant AuxCall.args
authorDavid Chase <drchase@google.com>
Fri, 19 Mar 2021 19:21:14 +0000 (15:21 -0400)
committerDavid Chase <drchase@google.com>
Mon, 22 Mar 2021 19:09:53 +0000 (19:09 +0000)
commita93849b9e2326cffe4c9aef656b507e2cead8e5f
tree892e234b1e49708f2d343db885e4c8ef64a9fcc4
parent196c33e92d86eb21fe1cb7d244ea61209b4a554e
cmd/compile: remove now-redundant AuxCall.args

Cleanup, ABI information subsumes this.

Updates #40724

Change-Id: I6c69da44380f7b0d159b22acacbd68dc000e4725
Reviewed-on: https://go-review.googlesource.com/c/go/+/303432
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/loopreschedchecks.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssa/rewrite.go
src/cmd/compile/internal/ssa/writebarrier.go
src/cmd/compile/internal/ssagen/ssa.go