diff options
| author | Dave Cheney <dave@cheney.net> | 2016-04-27 15:10:10 +1000 |
|---|---|---|
| committer | Dave Cheney <dave@cheney.net> | 2016-04-27 21:39:39 +0000 |
| commit | d3c79d324acd7300b6f705e66af8ca711af00d9f (patch) | |
| tree | 771a3be6ff4dd291dc76ad8c7e6266c864480228 /src/runtime/atomic_pointer.go | |
| parent | cbd72318b964bde9d95102571cd22d1919dbd37f (diff) | |
| download | go-d3c79d324acd7300b6f705e66af8ca711af00d9f.tar.xz | |
cmd/compile/internal/gc: remove oconv(op, 0) calls
Updates #15462
Automatic refactor with sed -e.
Replace all oconv(op, 0) to string conversion with the raw op value
which fmt's %v verb can print directly.
The remaining oconv(op, FmtSharp) will be replaced with op.GoString and
%#v in the next CL.
Change-Id: I5e2f7ee0bd35caa65c6dd6cb1a866b5e4519e641
Reviewed-on: https://go-review.googlesource.com/22499
Run-TryBot: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/atomic_pointer.go')
0 files changed, 0 insertions, 0 deletions
