1
0
mirror of https://github.com/golang/go synced 2024-10-06 05:11:23 -06:00
go/src/cmd/compile/internal/arm64
Keith Randall e97ab0a0ac cmd/compile: remove stale register use array
The reg[] array in .../gc is where truth lies.  The copy in .../ARCH
is incorrect as it is mostly not updated to reflect regalloc decisions.

This bug was introduced in the rewrite
https://go-review.googlesource.com/#/c/7853/.  The new reg[] array was
introduced in .../gc but not all of the uses were removed in the
.../ARCH directories.

Fixes #12133

Change-Id: I6364fc403cdab92d802d17f2913ba1607734037c
Reviewed-on: https://go-review.googlesource.com/13630
Reviewed-by: Russ Cox <rsc@golang.org>
2015-08-15 17:37:14 +00:00
..
cgen.go
galign.go
ggen.go cmd/compile: remove stale register use array 2015-08-15 17:37:14 +00:00
gsubr.go
peep.go cmd/internal/obj: make Prog.From3 a pointer 2015-05-29 16:19:02 +00:00
prog.go
reg.go cmd/compile: remove stale register use array 2015-08-15 17:37:14 +00:00