]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: can stop tracking gotype in regopt
authorRuss Cox <rsc@golang.org>
Mon, 25 Feb 2013 21:11:34 +0000 (16:11 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 25 Feb 2013 21:11:34 +0000 (16:11 -0500)
commitaa3efb28f02924a451f2c519794cc473b15b7559
treeaa57436d96e55a389df93016553780eb55062af8
parenta656f82071c1631ed0aae5c403cf948fc06b52ce
cmd/gc: can stop tracking gotype in regopt

Now that the type information is in TYPE instructions
that are not rewritten by the optimization passes,
we don't have to try to preserve the type information
(no longer) attached to MOV instructions.

R=ken2
CC=golang-dev
https://golang.org/cl/7402054
src/cmd/5g/reg.c
src/cmd/6g/reg.c
src/cmd/8g/reg.c
src/cmd/gc/go.h