Commit d9b32f0c authored by Keith Randall's avatar Keith Randall

cmd/compile: add VARLIVE to opnames list

Change-Id: Ie8cb7c7428ae9026c11643b22f9ecf7977e25f5f
Reviewed-on: https://go-review.googlesource.com/18737Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
parent 7ce2402b
......@@ -149,6 +149,7 @@ var opnames = []string{
OCFUNC: "CFUNC",
OCHECKNIL: "CHECKNIL",
OVARKILL: "VARKILL",
OVARLIVE: "VARLIVE",
OREGISTER: "REGISTER",
OINDREG: "INDREG",
OCMP: "CMP",
......
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