]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify code in walkPrint
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 6 Oct 2021 20:16:02 +0000 (13:16 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 6 Oct 2021 21:17:08 +0000 (21:17 +0000)
commit2e107b43c7afd166c7ff98b254485bce102d4b46
treee722005ebcabc7fe21e610fa02ddf0fe88a8c5ac
parent197b32817b8619d18cd648a7ab487e933c7150df
cmd/compile: simplify code in walkPrint

Use typecheck.Conv; it does the same thing.

Change-Id: I6bf27b8e929f8016ffc8350931c8320e36584a3d
Reviewed-on: https://go-review.googlesource.com/c/go/+/354350
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/walk/builtin.go