diff options
| author | Austin Clements <austin@google.com> | 2015-06-03 15:10:53 -0400 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2015-06-06 00:07:31 +0000 |
| commit | 9389a86b01bfe86053350fe587b411ab3a0a5bed (patch) | |
| tree | bc752feaa087051d9159f60a93aae40bb7f33a68 /src/database/sql | |
| parent | 2774b37306616380c00a4fde7f46bde1a8668ece (diff) | |
| download | go-9389a86b01bfe86053350fe587b411ab3a0a5bed.tar.xz | |
cmd/compile: use obj.ARET instead of ppc64.ARETURN
obj.ARET is the portable return mnemonic. ppc64.ARETURN is a legacy
alias.
This was done with
sed -i s/ppc64\.ARETURN/obj.ARET/ cmd/compile/**/*.go
sed -i s/ARETURN/obj.ARET/ cmd/internal/obj/ppc64/obj9.go
Change-Id: I4d8e83ff411cee764774a40ef4c7c34dcbca4e43
Reviewed-on: https://go-review.googlesource.com/10673
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
Diffstat (limited to 'src/database/sql')
0 files changed, 0 insertions, 0 deletions
