mirror of
https://github.com/golang/go
synced 2024-11-19 14:24:47 -07:00
cmd/compile/internal/gc: give OASWB name
Change-Id: Iacb84421215ca80c7add2818118b2af1a650fd58 Reviewed-on: https://go-review.googlesource.com/11639 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
bb7e665687
commit
19b8aa3b5d
@ -33,6 +33,7 @@ var opnames = []string{
|
||||
OAS2MAPR: "AS2MAPR",
|
||||
OAS2DOTTYPE: "AS2DOTTYPE",
|
||||
OASOP: "ASOP",
|
||||
OASWB: "ASWB",
|
||||
OCALL: "CALL",
|
||||
OCALLFUNC: "CALLFUNC",
|
||||
OCALLMETH: "CALLMETH",
|
||||
|
Loading…
Reference in New Issue
Block a user