]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix liveness for addressed results
authorRuss Cox <rsc@golang.org>
Fri, 14 Feb 2014 02:11:50 +0000 (21:11 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 14 Feb 2014 02:11:50 +0000 (21:11 -0500)
commit824e918ca4f799c4105ef1b96d81894a137a1b29
tree5f4f667b009a5b749410a22560e25ae09edee658
parent656a40254566bb1fae3bfa30448d103d911e04c4
cmd/gc: fix liveness for addressed results

Was spuriously marking results live on entry to function.

TBR=iant
CC=golang-codereviews
https://golang.org/cl/63640043
src/cmd/gc/plive.c
test/live.go