mirror of https://github.com/golang/go.git
cmd/gc: clarify a TODO regarding variables used in liveness analysis
R=golang-dev, iant CC=golang-dev https://golang.org/cl/38640043
This commit is contained in:
parent
76c54c1193
commit
d4f68f2892
|
|
@ -224,7 +224,8 @@ blockany(BasicBlock *bb, int (*callback)(Prog*))
|
|||
}
|
||||
|
||||
// Collects and returns and array of Node*s for functions arguments and local
|
||||
// variables. TODO(cshapiro): only return pointer containing nodes.
|
||||
// variables. TODO(cshapiro): only return pointer containing nodes if we are
|
||||
// not also generating a dead value map.
|
||||
static Array*
|
||||
getvariables(Node *fn)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue