1
0
mirror of https://github.com/golang/go synced 2024-11-23 11:10:04 -07:00

cmd/compile/internal/gc: remove unneeded effects cache fields

Must have been lost when rebasing the SSA liveness CLs.

Change-Id: Iaac33158cc7c92ea44a023c242eb914a7d6979c6
Reviewed-on: https://go-review.googlesource.com/38427
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Matthew Dempsky 2017-03-21 13:14:35 -07:00
parent 01cd22c687
commit ee80afe326

View File

@ -74,9 +74,6 @@ type progeffectscache struct {
textavarinit []int32
retuevar []int32
tailuevar []int32
uevar [3]int32
varkill [3]int32
avarinit [3]int32
initialized bool
}