mirror of https://github.com/golang/go.git
cmd/compile: fix opnames
Change-Id: Ief4707747338912216a8509b1adbf655c8ffac56 Reviewed-on: https://go-review.googlesource.com/22495 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
2e30218223
commit
707aed0363
|
|
@ -160,9 +160,9 @@ var opnames = []string{
|
|||
OLROT: "LROT",
|
||||
ORROTC: "RROTC",
|
||||
ORETJMP: "RETJMP",
|
||||
OPS: "OPS",
|
||||
OPC: "OPC",
|
||||
OSQRT: "OSQRT",
|
||||
OGETG: "OGETG",
|
||||
OPS: "PS",
|
||||
OPC: "PC",
|
||||
OSQRT: "SQRT",
|
||||
OGETG: "GETG",
|
||||
OEND: "END",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue