mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
ed03dab853
commit
5f23bc8903
5 changed files with 5 additions and 1 deletions
|
|
@ -639,8 +639,8 @@ var Anames = []string{
|
|||
"UNDEF",
|
||||
"USEFIELD",
|
||||
"VARDEF",
|
||||
"VARLIVE",
|
||||
"VARKILL",
|
||||
"VARLIVE",
|
||||
}
|
||||
|
||||
func Bool2int(b bool) int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue