mirror of
https://github.com/golang/go
synced 2024-11-08 06:16:11 -07:00
4f5c603c0f
Now that TailCallStmt carries an *ir.Name instead of a *types.Sym, callTargetLSym can be similarly updated to take the target function as an *ir.Name. This inches us closer towards being able to move Linksym and other properties from *types.Sym to *ir.Name, where they belong. Passes toolstash -cmp w/ -gcflags=all=-abiwrap. Change-Id: I091da290751970eba8ed0438f66d6cca88b665a8 Reviewed-on: https://go-review.googlesource.com/c/go/+/284228 Trust: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
7 lines
268 B
Plaintext
7 lines
268 B
Plaintext
# regabipragma.dir/tmp
|
|
tmp/foo.go:17:6: declared function F has register params
|
|
# regabipragma.dir
|
|
./main.go:21:6: declared function f has register params
|
|
./main.go:32:9: called function f has register params
|
|
./main.go:33:13: called function tmp.F has register params
|