mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: remove ODDDARG
No longer needed after the last CL. Separate commit because renumbering Ops causes toolstash to complain. Change-Id: I6223a790cc341f8184eccb503f95a1dfc32a81e4 Reviewed-on: https://go-review.googlesource.com/c/go/+/229760 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
a44d06d3b4
commit
080a3ee8b2
5 changed files with 19 additions and 30 deletions
|
|
@ -815,7 +815,6 @@ const (
|
|||
|
||||
// misc
|
||||
ODDD // func f(args ...int) or f(l...) or var a = [...]int{0, 1, 2}.
|
||||
ODDDARG // func f(args ...int), introduced by escape analysis.
|
||||
OINLCALL // intermediary representation of an inlined call.
|
||||
OEFACE // itable and data words of an empty-interface value.
|
||||
OITAB // itable word of an interface value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue