Commit 2d03b5b5 authored by Ingo Oeser's avatar Ingo Oeser Committed by David Chase

cmd/compile: fix comment

Change-Id: I32fd5c36f055fdb1dfe56524085676aa4111089a
Reviewed-on: https://go-review.googlesource.com/20830Reviewed-by: 's avatarDavid Chase <drchase@google.com>
parent c837761b
......@@ -775,7 +775,7 @@ func esc(e *EscState, n *Node, up *Node) {
}
// arguments leak out of scope
// TODO: leak to a dummy node instead
// go f(x) - f and x escape
// defer f(x) - f and x escape
escassignSinkNilWhy(e, n, n.Left.Left, "defer func")
escassignSinkNilWhy(e, n, n.Left.Right, "defer func ...") // ODDDARG for call
......
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