]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: convert Dodata to a bool, rename to IsStatic
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 16 May 2016 21:23:12 +0000 (14:23 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 24 Aug 2016 00:56:54 +0000 (00:56 +0000)
commit67bcee8d985697678ced806569c17cbbab067478
tree102d94d1da134cc0ca91427653160a910a2dbd22
parenta301b329e5c99693cf5a35ad93e9db5198f0b284
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>
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/sinit.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/walk.go