]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: check for unused OpArg* and mark invalid (again)
authorDavid Chase <drchase@google.com>
Tue, 6 Apr 2021 02:20:41 +0000 (22:20 -0400)
committerDavid Chase <drchase@google.com>
Tue, 6 Apr 2021 20:28:21 +0000 (20:28 +0000)
commitb56177a3037a035ee7f74e619838b6d853697100
treea2e3dc731c936aa7d1272a616b028f0f6be340ae
parentf5efa5a313cbfdbd86aa342f8bc2a4cc66f51a6e
cmd/compile: check for unused OpArg* and mark invalid (again)

This caused a problem with

GOEXPERIMENT=regabi,regabiargs go test -c  crypto/x509

Updates #40724.

Change-Id: Ia3cdbe9968816c77836cb3e3ba89642aafd1b18d
Reviewed-on: https://go-review.googlesource.com/c/go/+/307529
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/expand_calls.go