]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: clean up ... Bound marker
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 28 Mar 2016 00:57:42 +0000 (17:57 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 28 Mar 2016 23:33:30 +0000 (23:33 +0000)
commit272df158ac431cc253b87a713735df70155ed456
tree68c352eb6af80da166096e8f0edc77cff8a6d711
parentfcd2a06ab61e910ef78875a15c01fe140cf853ce
cmd/compile: clean up ... Bound marker

This mostly a mechanical change.
However, the change in assignop (subr.go) is a bug fix.
The code didn’t match the comment,
and the comment was correct.
Nevertheless, this CL passes toolstash -cmp.

The last direct reference to dddBound outside
type.go (in typecheck.go) will go away
in a future CL.

Change-Id: Ifb1691e0a07f906712c18c4a4cd23060807a5da5
Reviewed-on: https://go-review.googlesource.com/21235
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/align.go
src/cmd/compile/internal/gc/bexport.go
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/type.go
src/cmd/compile/internal/gc/typecheck.go