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:
Russ Cox 2015-05-26 23:05:35 -04:00
parent 71080fbb9e
commit 60e5f5bdff
7 changed files with 34 additions and 30 deletions

View file

@ -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