]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.ssa] cmd/compile: update opnames
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 12 Aug 2015 17:21:41 +0000 (10:21 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 12 Aug 2015 20:57:12 +0000 (20:57 +0000)
This claims to be autogenerated from go tool dist,
but I don't see where.

In any case, the update is trivial.

Change-Id: I58daaba755f3d34a0396005046b89411a02ada7e
Reviewed-on: https://go-review.googlesource.com/13584
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/opnames.go

index 9134bd43329327d816de3021e901677621600e8f..d5183234b924cae7dffcb2570b64977231e57ca4 100644 (file)
@@ -159,5 +159,9 @@ var opnames = []string{
        OLROT:            "LROT",
        ORROTC:           "RROTC",
        ORETJMP:          "RETJMP",
+       OPS:              "OPS",
+       OPC:              "OPC",
+       OSQRT:            "OSQRT",
+       OGETG:            "OGETG",
        OEND:             "END",
 }