]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: refactor out KeepAlive
authorMichael Pratt <mpratt@google.com>
Sun, 4 Sep 2016 01:48:30 +0000 (18:48 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 4 Sep 2016 04:02:12 +0000 (04:02 +0000)
commit41e1c420280b04431ae3a757ba9ec9e51963b64d
tree3b8f8561c55be29fa2faede154f6196aeee117c4
parent960016eca27f2e727886c51ed98dd5ae47c150dc
cmd/compile: refactor out KeepAlive

Reduce the duplication in every arch by moving the code into package gc.

Change-Id: Ia111add8316492571825431ecd4f0154c8792ae1
Reviewed-on: https://go-review.googlesource.com/28481
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/amd64/ssa.go
src/cmd/compile/internal/arm/ssa.go
src/cmd/compile/internal/arm64/ssa.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/mips64/ssa.go
src/cmd/compile/internal/ppc64/ssa.go
src/cmd/compile/internal/x86/ssa.go