From 212a1763fc7d0cf17ae9e27680dcb3e346d1c71b Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Wed, 12 Aug 2015 10:21:41 -0700 Subject: [PATCH] [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 --- src/cmd/compile/internal/gc/opnames.go | 4 ++++ 1 file changed, 4 insertions(+) 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", }