mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: remove Node.Alloc
$ sizeof -p cmd/compile/internal/gc Node Node 240 $ Change-Id: Id12710c480ed4e0a5bf4f5006f6bd56ef91a2af1 Reviewed-on: https://go-review.googlesource.com/10525 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
This commit is contained in:
parent
71080fbb9e
commit
60e5f5bdff
7 changed files with 34 additions and 30 deletions
|
|
@ -32,7 +32,6 @@ type Node struct {
|
|||
Name *Name
|
||||
Pack *Node // real package for import . names
|
||||
Curfn *Node // function for local variables
|
||||
Alloc *Node // allocation call
|
||||
Param *Param
|
||||
|
||||
// OPACK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue