]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: remove OCALLMETH Fatals in SSA generation
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 26 Jun 2021 08:28:16 +0000 (15:28 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 26 Jun 2021 16:33:38 +0000 (16:33 +0000)
commit27e3b797bb6f3bc88b83897ae337aa83904c2a1a
tree0b4291f252b000c7d00d41840530b9c038df94b6
parent0cf71f7f92c2623a132ab3257690826643d548af
[dev.typeparams] cmd/compile: remove OCALLMETH Fatals in SSA generation

CL 330831 moved rewrite method calls to typecheck pass, then add Fatalf
check for mis-used of OCALLMETH in all frontend passes. The check in SSA
generation pass is now redundant.

Change-Id: If959b774ab3c3aeefabf32333f77b9a93c156ce3
Reviewed-on: https://go-review.googlesource.com/c/go/+/330834
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ssagen/ssa.go