]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify bad conversion check
authorKeith Randall <khr@golang.org>
Tue, 24 Aug 2021 21:30:24 +0000 (14:30 -0700)
committerKeith Randall <khr@golang.org>
Tue, 24 Aug 2021 22:10:11 +0000 (22:10 +0000)
commit5d863f89fed8f0580294ada88f92f72f361c598f
tree321db5629643e02a139677cefa2df55bc48b948c
parentc2f96e686fe9383711d23aea95a34a280fdd0e49
cmd/compile: simplify bad conversion check

Now that we're using OCONVIDATA(x) everywhere we formerly used
OIDATA(OCONVIFACE(x)), there should be no OCONVIFACE operations that
take a shape type.

Change-Id: I4fb056456c60481c6dfe7bc111fca6223567e6a8
Reviewed-on: https://go-review.googlesource.com/c/go/+/344577
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/stencil.go