From: Josh Bleecher Snyder Date: Wed, 12 Aug 2015 17:21:41 +0000 (-0700) Subject: [dev.ssa] cmd/compile: update opnames X-Git-Tag: go1.7beta1~1623^2^2~282 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=212a1763fc7d0cf17ae9e27680dcb3e346d1c71b;p=gostls13.git [dev.ssa] cmd/compile: update opnames 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 --- diff --git a/src/cmd/compile/internal/gc/opnames.go b/src/cmd/compile/internal/gc/opnames.go index 9134bd4332..d5183234b9 100644 --- a/src/cmd/compile/internal/gc/opnames.go +++ b/src/cmd/compile/internal/gc/opnames.go @@ -159,5 +159,9 @@ var opnames = []string{ OLROT: "LROT", ORROTC: "RROTC", ORETJMP: "RETJMP", + OPS: "OPS", + OPC: "OPC", + OSQRT: "OSQRT", + OGETG: "OGETG", OEND: "END", }