cmd/compile: add AVARLIVE to peep for arm, arm64, mips64, ppc64

Fixes build on those systems.

Also fix printing of AVARLIVE.

Change-Id: I1b38cca0125689bc08e4e1bdd0d0c140b1ea079a
Reviewed-on: https://go-review.googlesource.com/18641
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Russ Cox 2016-01-13 21:02:12 -05:00
parent ed03dab853
commit 5f23bc8903
5 changed files with 5 additions and 1 deletions

View file

@ -639,8 +639,8 @@ var Anames = []string{
"UNDEF",
"USEFIELD",
"VARDEF",
"VARLIVE",
"VARKILL",
"VARLIVE",
}
func Bool2int(b bool) int {