]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: delete unused (*Node) SetInt, SetBigInt, Bool
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 29 Sep 2016 17:49:36 +0000 (19:49 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 29 Sep 2016 18:52:14 +0000 (18:52 +0000)
commit2b49d129c48b0036ee595fbf7b91a0e9292f87ee
tree004a070d9aba808341ae15c26e11efdeef27dd98
parent6fea452e38012e167e8a8f08f571e0240b248c97
cmd/compile: delete unused (*Node) SetInt, SetBigInt, Bool

Introduced in CL 9263 (prepare to unexport gc.Mp*) and CL 9267
(prepare Node.Val to be unexported), their only callers were in
the old backend and all got deleted in CL 29168 (cmd/compile:
delete lots of the legacy backend).

Update #16357

Change-Id: I0a5d76b98b418e8ec0984c033c3bc0ac3fc5f38a
Reviewed-on: https://go-review.googlesource.com/29997
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/const.go