mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: remove AuxCall.results, cleanup ssagen/ssa.go
More cleanup to remove unnecessary parts of AuxCall. Passed testing on arm64 (a link-register architecture) in addition to amd64 so very likely okay. (Gratuitously updated commit message to see if it will correctly this time.) Updates #40724 Change-Id: Iaece952ceb5066149a5d32aaa14b36755f26bb8e Reviewed-on: https://go-review.googlesource.com/c/go/+/303433 Trust: David Chase <drchase@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
53dd0d7809
commit
9b78c68a15
6 changed files with 49 additions and 76 deletions
|
|
@ -765,7 +765,7 @@ func devirt(v *Value, aux Aux, sym Sym, offset int64) *AuxCall {
|
|||
return nil
|
||||
}
|
||||
va := aux.(*AuxCall)
|
||||
return StaticAuxCall(lsym, va.results, va.abiInfo)
|
||||
return StaticAuxCall(lsym, va.abiInfo)
|
||||
}
|
||||
|
||||
// de-virtualize an InterLECall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue