]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: refactor order.go into methods
authorMatthew Dempsky <mdempsky@google.com>
Mon, 5 Mar 2018 01:17:55 +0000 (17:17 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 5 Mar 2018 21:25:24 +0000 (21:25 +0000)
commit26708439ecb4dc923149b17eb522df46dcc2fb23
treeede66f337498200b341dd9fe5a88835f8ff6130c
parent43b64762628a79eb38c2e907f7c3e2afbff77a03
cmd/compile: refactor order.go into methods

No functional changes, just changing all the orderfoo functions
into (*Order).foo methods.

Passes toolstash-check.

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