]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc, etc: remove canemitecode of Naddr
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Sat, 7 Mar 2015 03:16:48 +0000 (16:16 +1300)
committerIan Lance Taylor <iant@golang.org>
Fri, 13 Mar 2015 22:56:42 +0000 (22:56 +0000)
commit6582d1cf8b345b774785b7bae46b4b0c5f5a75f5
tree423fa974f66150da4ecb6d93209d87140e614501
parent362f7bfa689979fd0c122ee87f54fefb0f88e9fb
cmd/internal/gc, etc: remove canemitecode of Naddr

The argument is never consulted apart from passing it to recursive
calls.  So delete it.

Change-Id: Ia15eefb6385b3c99ea4def88f564f4e5a94c68ab
Reviewed-on: https://go-review.googlesource.com/7032
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/5g/ggen.go
src/cmd/5g/gsubr.go
src/cmd/6g/gsubr.go
src/cmd/8g/gsubr.go
src/cmd/9g/ggen.go
src/cmd/9g/gsubr.go
src/cmd/internal/gc/gsubr.go
src/cmd/internal/gc/plive.go