mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
a301b329e5
commit
67bcee8d98
4 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue