]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: remove all uses of oconv(op, FmtSharp)
authorDave Cheney <dave@cheney.net>
Wed, 27 Apr 2016 09:34:17 +0000 (19:34 +1000)
committerDave Cheney <dave@cheney.net>
Wed, 27 Apr 2016 23:40:30 +0000 (23:40 +0000)
commit733f835f307595366a87fd377ba60c5d23841982
tree31a36231af63c085edc6d6edddb72c2bac831836
parentf08f1cd2e97835dbaa7c509b837265774ae39dac
cmd/compile/internal/gc: remove all uses of oconv(op, FmtSharp)

Updates #15462

Replace all use of oconv(op, FmtSharp) with fmt.Printf("%#v", op).
This removes all the callers of oconv.

Change-Id: Ic3bf22495147f8497c8bada01d681428e2405b0e
Reviewed-on: https://go-review.googlesource.com/22530
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/pgen.go
src/cmd/compile/internal/gc/unsafe.go
src/cmd/compile/internal/gc/walk.go