1
0
mirror of https://github.com/golang/go synced 2024-09-25 15:20:13 -06:00

cmd/compile: add VARLIVE to opnames list

Change-Id: Ie8cb7c7428ae9026c11643b22f9ecf7977e25f5f
Reviewed-on: https://go-review.googlesource.com/18737
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Keith Randall 2016-01-19 13:52:51 -08:00
parent 7ce2402bae
commit d9b32f0c7d

View File

@ -149,6 +149,7 @@ var opnames = []string{
OCFUNC: "CFUNC",
OCHECKNIL: "CHECKNIL",
OVARKILL: "VARKILL",
OVARLIVE: "VARLIVE",
OREGISTER: "REGISTER",
OINDREG: "INDREG",
OCMP: "CMP",