]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/s390x: cleanup objz.go
authorMichael Munday <munday@ca.ibm.com>
Mon, 20 Mar 2017 21:31:35 +0000 (17:31 -0400)
committerMichael Munday <munday@ca.ibm.com>
Mon, 20 Mar 2017 21:58:27 +0000 (21:58 +0000)
commitdf47b821747184361f9b3d6038fc66eda4916619
tree1bb1cd996c993b47567beb0b6a1fb4ad20eef751
parentd68bb16b1e2f2fb55b347bdb6d1374103b5cb6a0
cmd/internal/obj/s390x: cleanup objz.go

This CL deletes some unnecessary code in objz.go that existed to
support instruction scheduling. It's likely instruction scheduling
will never be done in this part of the backend so this code can
just be deleted.

This file can probably be cleaned up a bit more, but I think this
is a good start.

Passes: go build -toolexec 'toolstash -cmp' -a std.

Change-Id: I1645632ac551a90a4f4be418045c046b488e9469
Reviewed-on: https://go-review.googlesource.com/38394
Run-TryBot: Michael Munday <munday@ca.ibm.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/s390x/a.out.go
src/cmd/internal/obj/s390x/objz.go