]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: change liveness-related functions into methods
authorMatthew Dempsky <mdempsky@google.com>
Wed, 20 Sep 2017 19:58:16 +0000 (12:58 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 20 Sep 2017 20:19:51 +0000 (20:19 +0000)
commit0d73f1e333bc9d0b0c07345efc498ebecaebf786
treec1e094b2921226c06be1d1337009cce8985326a4
parent39983cf491aef22579d993b59a4dffedb190666a
cmd/compile: change liveness-related functions into methods

No functional change; just making the code slightly more idiomatic.

Passes toolstash-check.

Change-Id: I66d14a8410bbecf260d0ea5683564aa413ce5747
Reviewed-on: https://go-review.googlesource.com/65070
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/plive.go