mirror of
https://github.com/golang/go
synced 2024-11-18 23:44:43 -07:00
5cc33ea5a7
Remove its 'name' field and treat it just like any other ssa.Register: it gets a temp name like "t1". Instead, give it a comment field holding its purpose, e.g, "x" for a source-level vare, or "new", "slicelit", "complit" or "varargs". This improves usability of tools whose UI needs to refer to a particular allocation site. R=gri CC=golang-dev https://golang.org/cl/12273043 |
||
---|---|---|
.. | ||
importer.go | ||
pkginfo.go | ||
source_test.go | ||
source.go | ||
util.go |