cmd/compile: convert Dodata to a bool, rename to IsStatic

Passes toolstash -cmp.

Change-Id: I2c204ec14b0a72b592fb336acdd4dff55650f7f6
Reviewed-on: https://go-review.googlesource.com/26751
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2016-05-16 14:23:12 -07:00
parent a301b329e5
commit 67bcee8d98
4 changed files with 14 additions and 14 deletions

View file

@ -63,7 +63,7 @@ type Node struct {
Walkdef uint8
Typecheck uint8
Local bool
Dodata uint8
IsStatic bool // whether this Node will be converted to purely static data
Initorder uint8
Used bool
Isddd bool // is the argument variadic