Commit d4f68f28 authored by Carl Shapiro's avatar Carl Shapiro

cmd/gc: clarify a TODO regarding variables used in liveness analysis

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/38640043
parent 76c54c11
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment