1
0
mirror of https://github.com/golang/go synced 2024-10-05 05:01:22 -06:00
go/src/cmd/7g
Michael Hudson-Doyle ac1cdd13e0 cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc: coalesce bool2int implementations
There were 10 implementations of the trivial bool2int function, 9 of which
were the only thing in their file.  Remove all of them in favor of one in
cmd/internal/obj.

Change-Id: I9c51d30716239df51186860b9842a5e9b27264d3
Reviewed-on: https://go-review.googlesource.com/9230
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-04-22 18:50:07 +00:00
..
cgen.go cmd/internal/gc: make use of new String methods in prints 2015-04-17 19:29:25 +00:00
galign.go cmd/internal/gc, cmd/7g: use zero register in Componentgen 2015-04-15 12:26:24 +00:00
ggen.go cmd/6g, etc: cleanup, moving code out of near-empty gg.go files 2015-04-18 00:11:23 +00:00
gsubr.go cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc: coalesce bool2int implementations 2015-04-22 18:50:07 +00:00
peep.go cmd/...: fix vet issues and cull dead code 2015-04-18 01:47:28 +00:00
prog.go cmd/7g: change CHECKNIL sequence 2015-04-16 13:31:16 +00:00
reg.go cmd/6g, etc: cleanup, moving code out of near-empty gg.go files 2015-04-18 00:11:23 +00:00