Commit 19b8aa3b authored by Dmitry Vyukov's avatar Dmitry Vyukov Committed by Russ Cox

cmd/compile/internal/gc: give OASWB name

Change-Id: Iacb84421215ca80c7add2818118b2af1a650fd58
Reviewed-on: https://go-review.googlesource.com/11639Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent bb7e6656
......@@ -33,6 +33,7 @@ var opnames = []string{
OAS2MAPR: "AS2MAPR",
OAS2DOTTYPE: "AS2DOTTYPE",
OASOP: "ASOP",
OASWB: "ASWB",
OCALL: "CALL",
OCALLFUNC: "CALLFUNC",
OCALLMETH: "CALLMETH",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment